The usp_lock7 stored procedure helps you with locks monitoring. Depending on the option you specify it can display list of locked objects, locks details – lock type, mode, status, index name and type of object associated with the lock hold by specified process or on specified object. Input parameters:
@option
1 – locked objects list;
2 – locks details hold by a process;
3 – locks details on a particular object
@obj_name object name
@spid int process id
With the @option = 2 you need to define the process id – @spid, and with the @option = 3 you need to define the object name – @obj_name.
Author: Tanya Stolyar
Download Script:
sp_lock7.sql
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home