Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2000
Troubleshooting
Error Messages
 Error 601
Troubleshooting (SQL Server 2000)
Error 601

Error 601

Severity Level 12
Message Text

Could not continue scan with NOLOCK due to data movement.

Explanation

When scanning with the NOLOCK locking hint or with the transaction isolation level set to READ UNCOMMITTED, it is possible for the page at the current position of the scan to be deleted. When this happens, Microsoft® SQL Server™ is not able to continue the scan.

Action

This error aborts the query. Either resubmit the query or remove the NOLOCK locking hint.

See Also

Locking Hints

SELECT

SET TRANSACTION ISOLATION LEVEL

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker