MSSQLSERVER_3314

Topic Status: Some information in this topic is preview and subject to change in future releases. Preview information describes new features or changes to existing features in Microsoft SQL Server 2016 Community Technology Preview 2 (CTP2).

Details

Product Name

SQL Server

Event ID

3314

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic Name

ERR_LOG_RID2

Message Text

During undoing of a logged operation in database '%.*ls', an error occurred at log record ID %S_LSN. Typically, the specific failure is logged previously as an error in the Windows Event Log service. Restore the database or file from a backup, or repair the database.

Explanation

This is a rollup error for undo recovery. This error has placed the database into the SUSPECT state. The primary filegroup, and possibly other filegroups, are suspect and may be damaged. The database cannot be recovered during startup of SQL Server and is therefore unavailable. User action is required to resolve the problem.

Note that if this error occurs for tempdb, the SQL Server instance shuts down.

User Action

This error can be caused by a transient condition that existed on the system during a given attempt to start up the server instance or to recover a database. This error can also be caused by a permanent failure that occurs every time that you attempt to start the database. For information about the cause, examine the Windows Event Log for a previous error that indicates the specific failure.

For information about the cause of this occurrence of error 3314, examine the Windows Event Log for a previous error that indicates the specific failure. The appropriate user action depends on whether the information in the Windows Event Log indicates that the SQL Server error was caused by a transient condition or a permanent failure. For information about the user actions for troubleshooting error 3314, see SQL Server Books Online.

See Also

Reference

ALTER DATABASE (Transact-SQL)

DBCC CHECKDB (Transact-SQL)

sys.databases (Transact-SQL)

Concepts

Complete Database Restores (Simple Recovery Model)

MSSQLSERVER_824