About 50 results
Open links in new tab
  1. What is the main difference between Active Geo Replication and Auto ...

    Sep 29, 2020 · I would like to know what is the difference between Active Geo Replication and Auto Failover groups in Azure SQL DB ? I read that in Auto Failover groups, the secondary database is …

  2. Is it possible to replicate SQL Azure database to another Azure ...

    Feb 21, 2017 · 1 Yes. Azure offers Georeplication,which you can use to replicate your db to some other region.. This is what docs say: Overview: SQL Database Active Geo-Replication The Active Geo …

  3. How to configure "table replication" between 2 SQL Azure databases ...

    Apr 19, 2023 · I have 2 SQL Azure databases (vCore). I want to configure table replication as follows: Snapshot (Master tables) scheduled for once a day Realtime replication (Transactional tables) real-time

  4. Replicating Azure SQL DB and blob storage in multi region setup

    Jul 11, 2024 · Have you tried Azure SQL Data Sync for replicating Azure SQL Database between regions? That could be an option. If you find out the latency with SQL Data Sync and Geo-replication …

  5. Azure Sql Database replication - 9 1/2 hour delay - Stack Overflow

    Jun 29, 2016 · Azure Sql Database replication - 9 1/2 hour delay + cant remove the replica Asked 9 years, 7 months ago Modified 9 years, 7 months ago Viewed 1k times

  6. Azure SQL Hyperscale - 0 secondary replicas? - Stack Overflow

    Oct 27, 2021 · 0 I'm one of the PM on the Azure SQL DB team. I see that UtkarshPal-MT already gave you extensive answer, so I'm chimining in on to complete the picture. Azure SQL DB Hyperscale …

  7. Replication a view from SQL Server (on-prem) to Azure SQL Server

    I have an on-premise SQL Server and I want to access the data from Azure WEB APP so the best solution found is creating a view on the on-premise server and setup transnational replication only on …

  8. Azure SQL Databases with bi-directional replication having read/write ...

    Jul 7, 2022 · Have the databases be able to be read/write in each region we setup the solution while having bi-directional replication (Not so important right now) ultimately, we would have azure front …

  9. Azure SQL Replication - Stack Overflow

    May 11, 2015 · You may want to user ServiceBus + SQL Azure to replicate the stuff by wrapping over the update as a message. The other possible options are by enabling change tracking / trigger with …

  10. azure - How to achieve RPO of 15 minutes - Stack Overflow

    Azure SQL Database takes "Transaction log backups approximately every 10 minutes." Automated backups in Azure SQL Database And with "RA-GRS Backup Storage Redundancy" those backups …