How It Works: SQL Server Lock Iteration / Enumeration
Moved from: bobsql.com
When executing a query to enumerate the locks, such as select * from sys.dm_tran_locks, how does SQL Server scan the locks and avoid impacting the overall concurrency?
I recently posted on aspects of the SQL Server Lock Ma… Continue reading How It Works: SQL Server Lock Iteration / Enumeration
