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_
↧
set xact_abort on required if entire proc in explicit transaction?
↧