InterviewSolution
Saved Bookmarks
| 1. |
Which of the following mode indicates the intention of the transaction to read all of the resources lower in the hierarchy?(a) IS(b) IX(c) SIX(d) All of the mentionedI have been asked this question by my college professor while I was bunking the class.This question is from Locking in portion Performance Tuning and Optimization of SQL Server |
|
Answer» CORRECT answer is (c) SIX Explanation: SIX STANDS for Shared with intent exclusive and can modify some (but not all) resources LOWER in the hierarchy by placing IX LOCKS on those INDIVIDUAL resources. |
|