Hello everybody (this is my first question, be patient... And be patient for my english too...).

This is what I need: I have a db2 on as400 and i have to export some schemas (one or two) to a db2 database on Windowws. I already created the tables structures (exporting sql create statements), my problem is how to populate those tables with the data contained in as400 db

Thanks in advance for help!

有帮助吗?

解决方案

You can write a tool that will create SQL scripts to connect to DB2, FETCH and INSERT INTO your SQL Server database. There may not be a simple solution because of relational constraints.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top