If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hello everyone,
do you know any way to export some db2 tables to MS SQL server? I have the IXF files, but I think these can be useful just for DB2, what do you suggest for my migration?
Hello everyone,
do you know any way to export some db2 tables to MS SQL server? I have the IXF files, but I think these can be useful just for DB2, what do you suggest for my migration?
Use delimited text files, e.g.
Code:
db2 export to filename OF DEL select * from the_table