InterviewSolution
Saved Bookmarks
| 1. |
Which of the following part of the XML data stored in an XML column is very important for locking?(a) Granularity(b) Degree of Structure(c) Hierarchy(d) None of the mentionedThe question was posed to me in homework.This intriguing question comes from Working With XML Data in division Beyond Relational of SQL Server |
|
Answer» CORRECT choice is (a) Granularity Explanation: When the granularity is large, LOCKING large XML INSTANCES for updates CAUSES throughput to DECLINE in a multi user scenario. |
|