I have a Sql Database in Azure Cloud and I have a Sql Server Database in another server outside the Azure Cloud. I want to configurate a replication between my Azure Sql DataBase and the Sql Server outside the Cloud.
It can be possible?
I have a Sql Database in Azure Cloud and I have a Sql Server Database in another server outside the Azure Cloud. I want to configurate a replication between my Azure Sql DataBase and the Sql Server outside the Cloud.
It can be possible?
Yes, you can configurate a replication between your Azure SQL Database and the SQL Server outside the Cloud.
There are many ways can help your copy your SQL server database to Azure SQL database:
Tasks
-->Deploy Database to Azure SQL
database
Configurate a replication from Azure SQL Database and the SQL Server outside the Cloud:
For example:
Reference:
You also can reference this blog: How do I copy SQL Azure database to my local development server?
Hope this helps.