Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.02 KB

mssqlserver-2596-database-engine-error.md

File metadata and controls

35 lines (29 loc) · 1.02 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_2596
MSSQLSERVER_2596
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
2596 (Database Engine error)

MSSQLSERVER_2596

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
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 re-run the DBCC command.

See Also

ALTER DATABASE (Transact-SQL)