Sql-server – SQL Server Assertion Error

sql serversql-server-2005

Does anyone have a solution to this problem?

SQL Server Assertion: File: , line=10850 Failed Assertion = 'GetLocalLockPartition () == xactLockInfo->GetLocalLockPartition ()'. This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.

Actions that are already taken:

  1. DBCC Checkdb no_infomsgs – reported no problems.
  2. DBCC CHECKDB, report 0 errors, 0 consistency errors.

Environment:

  1. Windows Server 2003 R2 Enterprise Edition 64Bit SP2
  2. Microsoft SQL Server Standard Edition (64-bit) Version 9.00.3042.00

Best Answer