We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867c8ad commit bd5d474Copy full SHA for bd5d474
2 files changed
Experiments/StartHere 2021-12-20 B.sql
@@ -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
11
+END CATCH;
0 commit comments