Reputation: 1
We are planning to replicate the sql server 2008 in permises database to SQL Azure for Reporting purpose.I checked few options and below is my understanding
Anything else you can suggest to get on permises dataase copy to azure for Reporting.
Upvotes: 0
Views: 379
Reputation: 289
Notice that you can configure SQL Replication to a SQL Server in Azure VM. Also DBM or AlwaysOn or any other solution that SQL Server supports.
Upvotes: 0
Reputation: 761
You have several options:
For a comprehensive list please look at https://msdn.microsoft.com/en-us/library/azure/ee730904.aspx.
Upvotes: 1