Skip to content

Commit bd5d474

Browse files
committed
More experiments
1 parent 867c8ad commit bd5d474

2 files changed

Lines changed: 230 additions & 218 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
BEGIN TRAN;
3+
SAVE TRAN TranName;
4+
5+
BEGIN TRY
6+
SELECT XACT_STATE(),@@TRANCOUNT;
7+
EXEC ('BEGIN TRAN');
8+
END TRY
9+
BEGIN CATCH
10+
SELECT XACT_STATE(),@@TRANCOUNT;
11+
END CATCH;

0 commit comments

Comments
 (0)