Embed presentation
Download to read offline




















SQL Server relies on Windows Server Failover Clustering for high availability, which allows a group of computers and storage devices to work together as a single system. It uses failure detection to automatically fail over services to another node if one fails. SQL Server provides two high availability solutions - a failover clustered instance which uses shared storage, and Always On availability groups which replicate data between nodes without shared storage and allow read-only access on secondary replicas.



















