Managing quorum failover in SQL cluster
- Minaz Amin
- Nov 13, 2015
- 1 min read
SQL Server cluster is one of the HA feature. If we are confiureing 2 node cluster one being active and the other being passive. If there is any disaster or one of the server goes down the SQL server instance will failover to passive node. This eliminates application outage as the failover is smooth and fast.
HA feature is managed by geartbeat between the two nodes ( Active & Passive)
Comments