Diagnose SQL Server performance issues using sp_lock
Posted April 1st, 2008 by Andrew PopoffA common misconception among IT pros is that “locks are bad,” and you must do everything possible to ensure database locking doesn’t prevent processes from running. In order to ensure a consistent database environment, the database engine must use a mechanism to acquire exclusive use of a resource when that resource is being modified.
SQL Server [...]
Tags: sp_lock | No Comments »