InterviewSolution
Saved Bookmarks
| 1. |
A ROLLBACK TRANSACTION statement specifying a savepoint_name releases any locks that are acquired beyond the savepoint, with the exception of __________(a) escalations(b) containment(c) contention(d) none of the mentionedThis question was posed to me by my college professor while I was bunking the class.My doubt stems from Transaction in portion Performance Tuning and Optimization of SQL Server |
|
Answer» RIGHT OPTION is (a) escalations To EXPLAIN I would say: These LOCKS are not released, and they are not converted back to their previous lock mode. |
|