Expand Minimize
This topic has not yet been rated - Rate this topic

AvailabilityGroupFailureConditionLevel Enumeration

SQL Server 2012

Specifies the different conditions that can trigger an automatic failover in Availability Group.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum AvailabilityGroupFailureConditionLevel
Member nameDescription
OnServerDownAutomatic failover is triggered when the SQL Server service is down.
OnServerUnresponsiveAutomatic failover is triggered when SQL Server is down or unresponsive, or when the Availability Group’s primary replica is in a failed state.
OnCriticalServerErrorsAutomatic failover is triggered when any condition level of lower value is satisfied or when a critical server error occurs. If no setting for an Availability Group is specified, this is the default value.
OnModerateServerErrorsAutomatic failover is triggered when any condition level of lower value is satisfied or when a moderate server error occurs.
OnAnyQualifiedFailureConditionAutomatic failover is triggered when any condition level of lower value is satisfied or when a qualifying failure condition occurs.
UnknownThe condition level is unknown.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.