Failover mode

The failover mode specifies when and how a logical cluster runs on failover instances.

Use sp_cluster logical, "set" to specify the failover mode. Values are:

You can also designate multiple failover groups, so that even if instances in the first failover set fail, another set of failover instances is available to come online.

For example, to set the failover mode for “SalesLC” to “group”, enter:

sp_cluster logical, "set", SalesLC, failover, "group"