What is blocking and how would you troubleshoot it?
By admin on Mar 12, 2007 in DBA Interview Questions
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.


