1 out of 2 rated this helpful - Rate this topic

DBCC ROWLOCK

SQL Server 2000

Used for Microsoft® SQL Server™ version 6.5, enabling Insert Row Locking (IRL) operations on tables.

Important  Row-level locking is enabled by default in SQL Server. The locking strategy of SQL Server is row locking with possible promotion to page or table locking. DBCC ROWLOCK does not alter the locking behavior of SQL Server (it has no effect) and is included in Microsoft SQL Server 2000 for backward compatibility of existing scripts and procedures only. In a future version of SQL Server, DBCC ROWLOCK may not be supported.

See Also

DBCC

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.