dbTalk Databases Forums  

Copy Table Request Failing

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Copy Table Request Failing in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Julie
 
Posts: n/a

Default Copy Table Request Failing - 03-24-2005 , 04:19 AM






Dear All

we recently put in a DTS request to move 36 million records from a non SQL
Server to ours. At 33 million it failed, which was a bit annoying as it had
been running about 19 hours.

Is there a way of stopping it from rollbacking the records ?

Thanks
J

Reply With Quote
  #2  
Old   
Simon Worth
 
Posts: n/a

Default Re: Copy Table Request Failing - 03-24-2005 , 08:34 AM






On the options tab, you can set a batch size commit point. If you set
it to 10,000 then every 10,000 records will be committed. If the
package fails, you will only lose the records that have been imported
since the last batch commit point. But this usually slows things down a
little, and I wouldn't use a commit point of ten thousand - bump it up a
bit.

But why would you not want to rollback if it fails?
Why would you want an incomplete set?

Simon Worth

Julie wrote:
Quote:
Dear All

we recently put in a DTS request to move 36 million records from a non SQL
Server to ours. At 33 million it failed, which was a bit annoying as it had
been running about 19 hours.

Is there a way of stopping it from rollbacking the records ?

Thanks
J

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.