How to make a trasanction cover several stored procedure ?
Posted
by Bitnius
on Stack Overflow
See other posts from Stack Overflow
or by Bitnius
Published on 2009-10-22T16:31:41Z
Indexed on
2010/04/04
6:23 UTC
Read the original article
Hit count: 381
I need to include several stored procedure in a single transaction in a single database, if any of stored procedure fail then roll back transaction of all stored procedure procesed in the scope.
I work with SQL-SERVER 2008
© Stack Overflow or respective owner