What is live lock and deadlock?
what is Lock escalation?

Answer Posted / sagi.rahul

In SQL Server Live Lock occurs when read transactions are
applied on table which prevents write transaction to wait
indefinitely and Deadlocking occurs when two user processes
have locks on separate objects and each process is trying to
acquire a lock on the object that the other process has.

Lock escalation is the process of converting a lot of low
level locks (like row locks, page locks) into higher level
locks (like table locks).

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to enforce security in sql server? : sql server security

619


How to modify the underlying query of an existing view?

532


How to get the definition of a trigger back?

544


What is multilevel indexing?

531


What is the use of tempdb? What values does it hold?

563






How to delete an existing row with delete statements in ms sql server?

548


What is a cache in ssrs?

110


Explain about Normalization?

564


How to create an multi-statement table-valued function?

526


What is system stored procedures?

579


What are user-defined functions (udfs) in sql server?

568


Tell me what is fill factor?

552


What are ddl (data definition language) statements for tables in ms sql server?

538


What is the difference RDBMS and Graph Database?

627


What is stored procedures?

543