Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

set xact_abort on required if entire proc in explicit transaction?

$
0
0

I have an entire procedure wrapped in an try/catch statement.  commit tran is placed at the end of the begin/try (just prior to end try)
Inside the Catch statement is rollback transaction [named transaction].

I don't need to set xact_


Viewing all articles
Browse latest Browse all 3145

Trending Articles