Which table(s) will lock escalation occur to the partition level?

You manage a database on an instance of SQL Server 2008. From SQL Server Management Studio, you issue the following query:
SELECT name, lock_escalation_desc FROM sys.tables WHERE name LIKE ‘%History’;
The query displays the following results:


All four history tables are partitioned tables.
With the displayed settings, for which table(s) will lock escalation occur to the partition level?
A. only for the SalesHistory table
B. only for the InvHistory table
C. for the TransHistory and POHistory tables
D. for the TransHistory, POHistory, and InvHistory tables

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.