Import DB2 files to SQL Server -


given dat file , ddl file each table in db2 database, can import data sql server? have no access original server or copy of db2 server connecting live instance isn't option.

can without live instance of db2 or should go client , ask csv files? there procedure or tool makes process smoother? i've tried find file-based connection string use connect set of db2 files no luck. i've tried swisssqldb2tosqlserver , sqllinesdata see if have file-based option built in.

ok, given comment above, can't import db2's container files (dat, lrg, or else) directly. need csv or equivalent. yes, 1 way run export utility on live db2 database. hth!


Comments