Failover groups or Geo-Replication

Ernest Taylor 1 Reputation point
2020-06-18T20:13:25.72+00:00

I am new to Azure database and i need to backup our data for security purpose. What is more commonly used a fail-over group at the sql server level or a geo-replication at the database level, or are they both used together?

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Navtej Singh Saini 4,221 Reputation points Microsoft Employee
    2020-06-22T02:24:12.25+00:00

    @Ernest Taylor

    These are 2 different mechanism for creation of copy of the Database. Major differences:

    1. Active geo-replication is designed as a business continuity solution that allows you to create readable secondary databases of individual databases on a server in the same or different data center (region). Auto-failover groups allow you to manage replication and failover of a group of databases on a server or all databases in a managed instance to another region.
    2. In active geo-replication is on Database level and can have up to 4 secondaries. The Failover Groups are on server level and can only have one copy in a different region.
    3. Geo Replication is used for only Azure SQL Database but Failover groups is applicable to both Azure SQL DB and Azure SQL DB managed instance.

    For more information check Active Geo Replication and Auto-Failover Group documents. Please let us know if you need any further help.

    Thanks
    Navtej S

    5 people found this answer helpful.
    0 comments No comments