Import MS Access to SQL programmatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to import several MS Access tables into SQL server 2000 tables. What
is the best/fastest method in terms of speed.

I tried the OLEDBReader for with SQLCommand to call a Stored Procedure with
parameters into the SQL tables. It seems like not the fastest import process
I've seen.

Can I use DTS, if yes, how? Thanks!
 
Back
Top