PrepAway - Latest Free Exam Questions & Answers

Which event should you select?

You administer a Microsoft SQL Server 2012 database.
Users report that a billing application becomes unresponsive during busy times of the day.
While investigating, you notice large number of processes taking or waiting for table locks.
You suspect that SQL Server is assigning stronger locks to queries.
You start a SQL Profiler trace.

Which event should you select?

PrepAway - Latest Free Exam Questions & Answers

A.
Deadlock graph

B.
Lock: Escalation

C.
Lock: Timeout

D.
Lock: Deadlock

16 Comments on “Which event should you select?

  1. Marcelo says:

    the correct answer is ‘c’

    Lock:Escalation Event Class

    The Lock:Escalation event class indicates that a finer-grained lock has been converted to a coarser-grained lock; for example, a row lock that is converted to an object lock. The escalation event class is Event ID 60.

    http://msdn.microsoft.com/en-us/library/ms190723(v=sql.110).aspx

    Lock:Timeout Event Class

    The Lock:Timeout event class indicates that a request for a lock on a resource, such as a page, has timed out because another transaction is holding a blocking lock on the required resource.

    http://msdn.microsoft.com/library/ms189107(v=sql.110).aspx




    0



    0
  2. Slazenjer_m says:

    “…SQL Server is assigning stronger locks to queries”:

    The locks are being escalated from simple locks (fine-grained locks) to complex locks (coarse-grained)… that is a typical scenario of Lock:Escalation




    0



    0

Leave a Reply