📝 Question
#1531
Which global variables can be used to determine if a transaction is still open?
✓
Correct Answer
C. @@TRANCOUNT
💡
Explanation
PRINT @@TRANCOUNT — The BEGIN TRAN statement will increment the — transaction count by 1.
⌨️ Press
A
B
C
D
to select