Hi GabriRomi-3998,
Software Assurance will not change any technical limitations of the standard edition.
Standard Edition only supports basic availability groups. A basic availability group supports two replicas, with one database.
Here are some limitations for basic availability groups:
- Limit of two replicas (primary and secondary).
- No read access on secondary replica.
- No backups on secondary replica.
- No integrity checks on secondary replicas.
- No support for replicas hosted on servers running a version of SQL Server prior to SQL Server 2016 Community Technology Preview 3 (CTP3).
- Support for one availability database.
- Basic availability groups cannot be upgraded to advanced availability groups. The group must be dropped and re-added to a group that contains servers running only SQL Server 2016 Enterprise Edition.
- Basic availability groups are only supported for Standard Edition servers.
- Basic availability groups cannot be part of a distributed availability group.
- You may have multiple Basic availability groups connected to a single instance of SQL Server.
In addition, on the Standard edition there is support for two nodes SQL Server FCI. And there is no special limit to the number of databases you can have on a Failover Cluster Instance (FCI) on Standard Edition.
Please refer to RDBMS high availability and Basic Always On availability groups which might help.
Best Regards,
Amelia
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.