Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Slow Data Transfer

Author  Topic 

rookie_sql
Constraint Violating Yak Guru

443 Posts

Posted - 2006-08-03 : 10:28:52
I've a DTS package that transfers data from a SQL server table to my Access Table, their is about 190,000 records to be transfered which is allot i know, but it seem to take a long time average on 20, 30 mins is this normal or should it be faster, maybe i can do something to speed up the process. ?

nr
SQLTeam MVY

12543 Posts

Posted - 2006-08-03 : 10:57:00
Could be the network.
Try exporting to a csv file on the derver (run the package on the server).
Copy the file to the machine with the access database then import it.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -