Import MS Access to SQL programmatically

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top