dbTalk Databases Forums  

Bulk Insert Task - Max Errors Setting

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


Discuss Bulk Insert Task - Max Errors Setting in the microsoft.public.sqlserver.dts forum.



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

Default Bulk Insert Task - Max Errors Setting - 07-18-2006 , 06:34 AM






I'm trying to use the Bulk Insert Task in DTS and the max errors setting
appears to default to 10. I need it set to 0. There doesn't appear to be a
way to change that in the Bulk Insert Task window in DTS Designer. Does
anyone know how to change the default for max errors? If not, would the next
best option be to create a stored procedure with the exact bulk insert syntax
I need and then execute that stored procedure using an Execute SQL task?

Thanks,
Hari

Reply With Quote
  #2  
Old   
Frans van Bree
 
Posts: n/a

Default RE: Bulk Insert Task - Max Errors Setting - 07-18-2006 , 07:24 AM






Hmm, indeed, never noticed this before. Your alternative option will always
work, so I would go for that one.

Alternatively, setting the batch size for the bulk insert task to 1 will
have it stop after the first error occurs... but this will undoubtly come
with a severe performance penalty.

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.