Which THREE factors should be considered when choosing between Azure SQL Database active geo-replication and auto-failover groups for disaster recovery?
Trap 1: Recovery Point Objective (RPO) of 1 second
Both have RPO of 5 seconds.
Trap 2: Support for SQL Server Authentication
Both support SQL Server Authentication.
- A
Automatic failover capability
Auto-failover groups provide automatic failover; active geo-replication does not.
- B
Recovery Point Objective (RPO) of 1 second
Why wrong: Both have RPO of 5 seconds.
- C
Number of readable secondary replicas required
Active geo-replication supports up to 4, auto-failover groups support only 1.
- D
Support for SQL Server Authentication
Why wrong: Both support SQL Server Authentication.
- E
Granular control over individual database failover
Active geo-replication allows per-database failover; auto-failover groups fail over all databases in the group.