so..
I tried using a ADO to ADO transfer from a AS/400 server to a SQL server. 2.5 million records.
Using transoft ODBC as/400 driver to sql server 2000.
currently doing single record at a time.
Then I tried RDO(as/400) to ADO(sql server) picked up some speed.
I know of the getrows function, and am willing to try it.
Just wondering if anyone know what the fastest way to do this is?
RDO to RDO? Im guessing the bottle neck is the AS/400 side.
no data manipulation going on.
Any else able to bulk load data from As400 to sql server with good speed?
I tried using a ADO to ADO transfer from a AS/400 server to a SQL server. 2.5 million records.
Using transoft ODBC as/400 driver to sql server 2000.
currently doing single record at a time.
Then I tried RDO(as/400) to ADO(sql server) picked up some speed.
I know of the getrows function, and am willing to try it.
Just wondering if anyone know what the fastest way to do this is?
RDO to RDO? Im guessing the bottle neck is the AS/400 side.
no data manipulation going on.
Any else able to bulk load data from As400 to sql server with good speed?