SQL Server Errors or Failures Error: 601 to Error: 657

Error: 601, Severity: 12,
Could not continue scan with NOLOCK due to data movement.
Error: 602, Severity: 21,
Could not find an entry for table or index with partition ID %I64d in database %d. This error can occur if a stored procedure references a dropped table, or metadata is corrupted. Drop and re-create the stored procedure, or execute DBCC CHECKDB.
Error: 603, Severity: 21,
Could not find an entry for table or index with object ID %d (partition ID %I64d) in database %d. This error can occur if a stored procedure references a dropped table, or metadata is corrupted. Drop and re-create the stored procedure, or execute DBCC CHE
Error: 605, Severity: 21,
Attempt to fetch logical page %S_PGID in database %d failed. It belongs to allocation unit %I64d not to %I64d.
Error: 606, Severity: 21,
Metadata inconsistency. Filegroup id %ld specified for table ‘%.*ls’ does not exist. Run DBCC CHECKDB or CHECKCATALOG.
Error: 608, Severity: 16,
No catalog entry found for partition ID %I64d in database %d. The metadata is inconsistent. Run DBCC CHECKDB to check for a metadata corruption.
Error: 609, Severity: 16,
BTree is not empty when waking up on RowsetBulk.
Error: 610, Severity: 16,
Invalid header value from a page. Run DBCC CHECKDB to check for a data corruption.
Error: 611, Severity: 16,
Cannot insert or update a row because total variable column size, including overhead, is %d bytes more than the limit.
Error: 613, Severity: 21,
Could not find an entry for worktable rowset with partition ID %I64d in database %d.
Error: 614, Severity: 16,
Could not locate bookmark due to data movement.
Error: 615, Severity: 21,
Could not find database ID %d, name ‘%.*ls’. The database may be offline. Wait a few minutes and try again.
Error: 617, Severity: 20,
Descriptor for object ID %ld in database ID %d not found in the hash table during attempt to unhash it. A work table is missing an entry. Rerun the query. If a cursor is involved, close and reopen the cursor.
Error: 622, Severity: 16,
The filegroup “%.*ls” has no files assigned to it. Tables, indexes, text columns, ntext columns, and image columns cannot be populated on this filegroup until a file is added.
Error: 627, Severity: 16,
Cannot use SAVE TRANSACTION within a distributed transaction.
Error: 628, Severity: 16,
Cannot issue SAVE TRANSACTION when there is no active transaction.
Error: 650, Severity: 16,
You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels.
Error: 651, Severity: 16,
Cannot use the %ls granularity hint on the table “%.*ls” because locking at the specified granularity is inhibited.
Error: 652, Severity: 16,
The index “%.*ls” for table “%.*ls” (RowsetId %I64d) resides on a read-only filegroup (“%.*ls”), which cannot be modified.
Error: 657, Severity: 16,
Could not disable support for %ls in database ‘%.*ls’ because %S_MSG.
This is applicable on below versions of SQL Server
SQL Server 2005
SQL Server 2008 R2
SQL Server 2012
SQL Server 2014
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.