What is Deadlock?

Answer Posted / hari

Deadlocks occur when two or more processes place a lock on
the same resources and each process waits for the others to
release the lock.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation

541


What is the difference between clustered index and primary key?

508


What is the importance of a recovery model?

614


What is sql injection? How to protect against sql injection attack?

557


What is a print index?

502






What are the source of constraints?

512


How do we know if any query is retrieving a large amount of data or very little data?

556


To automatically record the time on which the data was modified in a table, which data type should you choose for the column?

539


Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?

539


What is rs.exe utility?

118


Tell me what is log shipping?

573


Do you know the policy based administration feature of sql server 2008?

580


How to get @@error and @@rowcount at the same time?

574


What objects does the fn_my_permissions function reports on? : sql server security

563


How retrieve field names from the table in SQL through JAVA code?

1403