Viewing 2 posts - 1 through 2 (of 2 total)
thanks for all of your responses. The article on sqlservercentral....all about transactions was GREAT! I came up with a standard for our SQL developers based on what I learned.
Chris
May 10, 2005 at 9:53 pm
#557933
Even for multiple transactions, couldn't you just do
Begin Tran
insert
update
delete
comit
if there's an error in any of the 3 commands, won't it rollback the entire transaction?
Thanks
May 2, 2005 at 12:54 pm
#556380