Hi,
I'm having the same problem. I'm trying to restore some records from a backup of the table. They reside on the same server. There are approx. 1000 records I'm trying to DTS and the structures should be identical. I'm getting just a "SQL-DMO bulk copy execution failed" message when trying to copy the object.
I have also tried copying the table and get a different message - "Error at destination for row #35. [DBNETLIB][ConnectionWrite(Send()). General network error."
I have also tried a variety of workarounds - importing it in pieces by query (very ineffecient, but seems to work, but I'm getting desperate!). The strange thing is that the line number for the above message seems to move - sometimes it seems "random", sometimes it is reliably the "last" row (e.g., if I write the query for the first 100 lines, it errors out on line 100; if I shrink it to 50, it errors out on 50). Sometimes it works fine.
I have even tried exporting to text/Excel/Access and reimporting with no luck.
Any ideas?
Thanks!