What is blocking and how would you troubleshoot it?
Ask by Anonymous User
Updated 23 Sep 2020
Blocking is case when one connection from an application holds a lock and a second connection requires a conflicting lock type. then this forces the second connection to wait, blocked on the first.