Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.13 KB

mssqlserver-1461-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 1.13 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_1461
MSSQLSERVER_1461
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
1461 (Database Engine error)

MSSQLSERVER_1461

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 1461
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name DBM_SAFETY_MISMATCH
Message Text Different database mirroring safety levels among servers were detected for database "%.*ls". The FULL safety level will be used.

Explanation

Mirroring connections were broken when the transaction safety level was modified because the transaction safety settings were inconsistent on the principal and mirror databases. The default safety setting of full-transaction safety will be used. The session will run in high-safety mode.

User Action

To set transaction safety off, rerun the ALTER DATABASE database_name SET PARTNER SAFETY OFF statement on the principal database.