MSSQLSERVER_3414

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

3414

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic Name

REC_GIVEUP

Message Text

An error occurred during recovery, preventing the database '%.*ls' (database ID %d) from restarting. Diagnose the recovery errors and fix them, or restore from a known good backup. If errors are not corrected or expected, contact Technical Support.

Explanation

The specified database was recovered, but failed to start, because errors occurred during 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 3414, 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 3414, 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