dbTalk Databases Forums  

Making sure the package is one transaction.

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


Discuss Making sure the package is one transaction. in the microsoft.public.sqlserver.dts forum.



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

Default Making sure the package is one transaction. - 08-11-2005 , 04:54 PM






I need to make sure everything in my multi-step package is one big
transaction. I think that I need to check the "Use transactions" package
property, and then flag each step to "join transaction if present." Is that
true? I recently tried that in another package and the package crashed with
something like "no transaction to join." This leaves me uneasy. This should
be cookbook to make work, so if you have any suggestions I would appreciate
hearing them.

Michael

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default RE: Making sure the package is one transaction. - 08-16-2005 , 03:58 AM






Remember that not everything in your package will be able to join a
transaction. There is an article here about DTS packages and transactions

http://msdn.microsoft.com/library/de...df_tx_0tmb.asp

AND

http://www.databasejournal.com/featu...le.php/3327681


"Snake" wrote:

Quote:
I need to make sure everything in my multi-step package is one big
transaction. I think that I need to check the "Use transactions" package
property, and then flag each step to "join transaction if present." Is that
true? I recently tried that in another package and the package crashed with
something like "no transaction to join." This leaves me uneasy. This should
be cookbook to make work, so if you have any suggestions I would appreciate
hearing them.

Michael

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.