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

What is clustered index

568


What is wide table?

538


Do you know how to send email from database?

554


What is an example of a foreign key?

507


Why I am getting this error when renaming a database in ms sql server?

536






What do you mean by the term 'normalization'?

667


What are commonly used mssql functions in php?

562


How to verify a login name with sqlcmd tool?

594


While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?

556


How do I view views in sql server?

518


How to get a list of all tables with "sys.tables" view in ms sql server?

551


Name three of the features managed by the surface area configuration tool? : sql server security

510


What is xml datatype?

652


Can we insert data into a view?

566


What is data file in computer?

544