Hello,
I need to import few tables from AS400 to SQL.
I am able to create connection manager for AS400 using "IBM DB2 for i IBMDASQL OLE DB Provider". Can view the tables in the database.
How i can select few tables and move them to SQL Server Destination Database? If there exists not table in the destination database, it has to automatically create it. If there are any updates on the source table (add/drop columns), they too need to be reflected in the destination database. Any idea how i can achieve this and which tasks i need to use?
SQL Server Version: 2012
Thanks,
V