SQL Server error code
SQL Server error 5245
SQL Server raises error 5245 at severity 16, which marks a problem with the query or data that you can correct.
Object ID %ld (object '%.*ls'): DBCC could not obtain a lock on this object because the lock request timeout period was exceeded. This object has been skipped and will not be processed.
| Msg | 5245 |
|---|---|
| Name | DBCC4_TABLE_LOCK_TIMEOUT_EXCEEDED |
| Severity | 16 |
| Group | 5000–5999 |
What it means
A lock time-out occurred while DBCC was waiting on a table lock for the specified object.