SQL Server error code
SQL Server error 7901
SQL Server raises error 7901 at severity 16, which marks a problem with the query or data that you can correct.
The repair statement was not processed. This level of repair is not supported when the database is in emergency mode.
| Msg | 7901 |
|---|---|
| Name | DBCC2_DATABASE_IN_EMERGENCY_MODE |
| Severity | 16 |
| Group | 7000–7999 |
What it means
The database is in emergency 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.