Microsoft SQL Server 2014 Unleashed
by Ray Rankins, Paul Bertucci, Chris Gallelli, Alex T. Silverstein
AlwaysOn Availability Groups
Also new in SQL Server 2014 is the Availability Group capability. This is focused on database-level failover and availability by utilizing a data redundancy approach. Again, borrowing on the database mirroring experience (and underlying technologies), a transactionally consistent secondary replica is made that can be used for both read-only access (it is active for use at all times) as well as for failover if the primary database (primary replica) fails for any reason. In Figure 42.8, you can see a SQL Server AlwaysOn Availability Group being utilized for HA and even for distributing the read-only workload off of the primary SQL Server instance to the secondary replica. You can have up to four secondary replicas in ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access