Hi,
I am trying to automate a daily process of copying FoxPro tables into MS SQL Server 2000. The reason why the tables need to be copied on a daily basis is so that users all able to query this information from our MIS system, which is being developed in ASP and designed on the basis that only SQL databases will be queried.
What I have done so far is to create a DTS package that copies the 20 tables (and data) into SQL. I tried executing the package but it has been running for approximately 22 hours and I am just copying test data (about 4MB in size).
Any ideas or suggestions on how I could either speed this up or attempt another method of copying the data?
Your help will be much appreciated.
Thanks
Dabase
I am trying to automate a daily process of copying FoxPro tables into MS SQL Server 2000. The reason why the tables need to be copied on a daily basis is so that users all able to query this information from our MIS system, which is being developed in ASP and designed on the basis that only SQL databases will be queried.
What I have done so far is to create a DTS package that copies the 20 tables (and data) into SQL. I tried executing the package but it has been running for approximately 22 hours and I am just copying test data (about 4MB in size).
Any ideas or suggestions on how I could either speed this up or attempt another method of copying the data?
Your help will be much appreciated.
Thanks
Dabase