Availability Groups are a new feature of SQL Server 2012 that provide continuous data mirroring/replication and automatic failover for one or many SQL Server databases. They are part of and sometimes referred to as `AlwaysOn`.
4
votes
1answer
224 views
Mirroring and Availability Groups in SQL2012
I've been looking at the new features of SQL 2012, and how it can help my current situation.
Currently we're on SQL 2008R2, and replicate two OLTP servers' databases to a single reporting server via ...