happyIndian100
Programmer
Let me explain this strange issue first:
In SQL Server 2000 we use DTS to insert data into a TableA. it worked fine for couple of months but recently the DTS was failing. when checked found out that it is taking forever to insert the data into TableA.
for Temporary solution i do this:
Drop the tableA and recreate the tableA. The DTS works fine.
but i want a solution which can be permanent to this problem?
Any help is greatly appretiated.
Thanks