Recently, Microsoft announced new rights to build a holistic, high availability (HA) and disaster recovery (DR) plan for SQL Server customers licensing with Software Assurance (SA).
All new benefits can enable significant licensing cost savings for your SQL Server on-premises and on Azure VMs.
What is new?
1. Enhancements to Always On availability groups
In SQL Server 2019, the maximum number of synchronous replicas supported by Always On availability groups has increased from three to five.
Additionally, a new secondary-to-primary replica connection redirection feature enables client applications to be connected to the primary replica regardless of the target server specified in the connection string.
2. Accelerated database recovery
This new feature is available in both SQL Server 2019 on-premise and Azure SQL Databases (Standard and Enterprise editions).
The accelerated database recovery (ADR) enables faster database recovery allowing the transaction to log to only be processed from the last checkpoint.
Using a new persisted version store (PVS), ADR accelerates transaction rollback, and long-running transactions do not impact the total recovery time.
3. Software Assurance licensing (SA)
The SA customer will be able to add one passive SQL Server instance as a failover server and the other two for disaster recovery purposes (a total of three passive instances).
All these instances, applicable to both Enterprise and Standard editions of all supported SQL Server versions, may run on separate servers.
Note: the passive instances (free) cannot run active SQL Server workloads or data to clients.
Thus, it may only be used to synchronize with the primary server and perform the following maintenance operations:
- Log and full backups
- Database consistency checks
- Monitoring resource usage data
In the topology below, the primary has two secondary replicas:
- A sync replica for HA supporting automatic failovers
- An asynchronous replica for DR
As you can see below, if the active replica uses 12 cores, the number of SQL Server core licenses required would be only 12 cores as opposed to 24 cores in the past.
Microsoft is looking to promote its cloud-hosted offering and gain a competitive edge with the addition of a free disaster recovery (DR) instance hosted in Azure.
Now, SA offers passive replica benefits also running on an Azure virtual machine (AVM).
The customer will be able to implement hybrid disaster recovery plans with SQL Server.
In the setup below, organizations will need to license only 12 cores too.
A full breakdown of the enhanced benefits is available on the Product Terms available on Microsoft’s website.