
Moving Oracle records to MS SQL Server using MS Access
I'ld go for the ascii export. So dump the records into text files (using
PL/SQL or SQL*Plus), then use bcp to read them into SQL server.
Whatever you do, don't try inserting them into the new tables using ODBC
(unless of course you've got, say, two weeks or so).
G'luck
Gabri
Quote:
>I want to transfer a 10 million record database from Oracle into SQL Server
>using MS Access 97.
>What is the fastest method in which to do this?
>Your thoughts are appreciated!
>John