DBA > Job Interview Questions > Microsoft SQL Server interview questions for DBA

What is blocking and how would you troubleshoot

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is blocking and how would you troubleshoot it?

Blocking happens when one connection from an application holds a lock and a second connection requires a conflicting lock type. This forces the second connection to wait, blocked on the first.

(Continued on next question...)

Other Job Interview Questions