Tag: sql server

Community

Detailed locking view: sp_lock2

By Alexander Chigrik – As a SQL Server DBA, I often need a reference to information about locks. Microsoft recommends using the sp_lock system stored procedure to report locks information. This very useful procedure returns the information about SQL Server process ID, which lock the data, about loc