Does SQL Server make locks at row level?
Q: Is it true that SQL Server 2005 doesn’t make locks at row level and only makes page-level locks?
Iain Kick says: No, SQL Server can create locks at the row level and escalate to page, extent, table and database level as neccessary. More details on SQL Server locking can be found at sql-server-performance.com.
Technorati Tags:
SQL Server 2005, row-level locks, database contention, page-level locks, www.sql-server-performance.com