|
|
| |

How can I get detailed information about locking?
Answer:
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
|
|
|