During SQL blocking , creating a Blocked Process Report is very useful in reporting Blocking details. When you’re interpreting the Blocked Process Report – it is important to understand what resources are blocked. Reading through the Report details , the waitresource indicates the resource needed by the task. Let’s break down the details to understand the resource. KEY: db_id:hobt_id (index key hash value). KEY Identifies the key range within an index on which a lock is held or requested. In our example : KEY:9:330708921417728 process id="processb853d8" taskpriority="0" logused="0" waitresource="KEY:9:330708921417728 (03000d8f0ecc)" waittime="572343" ownerId="602608592" transactionname="SELECT" lasttranstarted="2012-12-14T09:46:57.550" XDES="0x267d67c8" lockMode="S" schedulerid="4" kpid="5688" status="suspended" spid="81"... Read more →