Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.39 KB

mssqlserver-17065-database-engine-error.md

File metadata and controls

35 lines (29 loc) · 1.39 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_17065
MSSQLSERVER_17065
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
17065 (Database Engine error)

MSSQLSERVER_17065

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 17065
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name SQLASSERT_BOTH
Message Text SQL Server Assertion: File: <%s>, line = %d Failed Assertion = '%s' %s. 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.

Explanation

This error can be caused by transient, timing-related errors, or by in-memory or on-disk data corruption.

User Action

Rerun the statement that caused the exception to fire. If the error was caused by a timing-related event, the error may not recur. If the problem persists, run DBCC CHECKDB to check for on-disk corruption. Restart the server to ensure the in-memory data structures are not corrupted.

See Also

DBCC CHECKDB (Transact-SQL)