MSSQLSERVER_7901

New: 14 April 2006

Details

Product Name

SQL Server

Product Version

9.0

Product Build Number

9.00.1281.60

Event ID

7901

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic Name

DBCC2_DATABASE_IN_EMERGENCY_MODE

Message Text

The repair statement was not processed. This level of repair is not supported when the database is in emergency mode.

Explanation

The database is in emergency, or bypass mode, and a repair level other than REPAIR_ALLOW_DATA_LOSS has been specified. Repairs cannot be made in emergency mode unless REPAIR_ALLOW_DATA_LOSS is specified.

User Action

Rerun the command and specify the REPAIR_ALLOW_DATA_LOSS option.