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

Answer Posted / zeeshu

LIVE LOCK: when a process is running but it doesnt do any useful work at all but it consumes the cpu time.


DEADLOCK: IN SIMPLE MEANING when a process is requesting for a resource which is held by some other process,and that process is waiting for the resource which is holding by the previous process,then there is a condition of deadlock....

converting low level lock to high level lock is lock escalation

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is inner join? Explain with an example?

688


What is the difference between value type and reference type?

551


What is usually the first word in a sql query?

593


How to enable/disable indexes?

590


How to stop a loop early with break statements in ms sql server?

567






What is coalesce in sql server?

533


What is single-user mode?

520


List layers of abstraction microsoft architectured to provide relational db through cloud platform ?

161


How do I port a number to sql server?

500


Difference between aggregate functions of sql?

651


What is the meaning of resultset type_scroll_insensitive?

563


What is a print index?

494


What is catalog views?

605


How to recover from sql injection? : sql server security

520


When multiple after triggers are attached to sql table, how to control the order of execution?

529