i have table in sql server 2008 database which i need to transfer the data to DB2/400 database table.
The table will have approximately 2 million records. and needs to be moved to Db2 darabase on a daily basis.
i have created a linked server, from the SQL server to db2 and try to insert the data.
to insert 150 K records its taking 1 hr.
is there any way to transfer the data from sql server to DB2 database in a much faster way.
The table definition is similar in two databases. all the columns are string types.
Is there a way to export a table as a file and import to Db2 database?
any help is appreciated.