MSSQLSERVER_2596

New: 14 April 2006

Details

Product Name

SQL Server

Product Version

9.0

Product Build Number

9.00.1281.60

Event ID

2596

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic Name

DBCC_DATABASE_IN_READ_ONLY_MODE

Message Text

The repair statement was not processed. The database cannot be in read-only mode.

Explanation

This message indicates that the database is in read-only mode. Repairs are not possible when a database is in read-only mode.

User Action

Set the database to read-write by using ALTER DATABASE, and then rerun the DBCC command.

See Also

Other Resources

ALTER DATABASE (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance