|
|
| |

How do I report information about the active locks?
Answer:
To report information about the active locks, you can use the sp_lock
system stored procedure.
Read about the sp_lock stored procedure in SQL Server Books Online.
To get more detailed locking view, use the sp_lock2 stored procedure from this article:
Detailed locking view: sp_lock2
|
|
|