Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / 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

More SQL Server Interview Questions

what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration

0 Answers  


can a database be shrunk to 0 bytes, if not, why? : Sql server administration

0 Answers  


what are database files and filegroups? : Sql server database administration

0 Answers  


What is openrowset sql server?

0 Answers  


State a few properties of relational databases?

0 Answers  


Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration

0 Answers  


explain different types of joins? : Sql server database administration

0 Answers  


How to delete existing triggers using "drop trigger"?

0 Answers  


What is Right Outer Join?

2 Answers  


How to create an index on a view?

0 Answers  


Tell me what is log shipping?

0 Answers  


what is a transaction? : Sql server database administration

0 Answers  


Categories