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 rebuild all indexes on a single table?

591


What is triggers in ms sql server?

640


How do you delete a data source?

552


What part does database design plays a role in performance of an sql server-based application?

529


Does the unique constraint create an index?

568






What are filegroups in sql server?

584


What is your recommendation for a query running very slow? : sql server database administration

595


What is table-valued sub query?

571


What are the advantages of using stored procedures?

543


What is an etl file?

530


How to insert stored procedure result into temporary table?

585


how to define testing of network layers? : Sql server database administration

496


explain different types of constraints? : Sql server database administration

518


What happens if the update subquery returns no rows in ms sql server?

592


Define magic tables in sql server?

572