I consider the Azure SQL database as a potential solution for the project. One of the requirements is HA between data centers (i.e., the database must have a backup system running on a separate site that is ready to accept the load if the master fails and is immediately compatible with the master). It appears that SQL Azure can replicate data between sites asynchronously using either synchronization groups or a periodic export / import process.
My question is, is there a way to do this, am I missing? Is it possible, for example, to set up a regular instance of SQL Server (running on IAAS) in standby mode and somehow introduce a synchronously replicated master-slave relationship to the Azure SQL database operating in the main data center?
thanks,
Scott.
source share