简体   繁体   中英

SQL Server 2008 R2 migration to Azure

Because data can not be replicated directly from SQL Server 2008 R2 to Azure SQL Database I wonder if it is possible to replicate using replication from SQL Server 2008 R2 this way: SQL Server 2008 R2 replicates data to SQL Server 2012 or 2014 and then from there I replicate data to Azure SQL database.

What is the best fallback plan? Let's say we went to live and after 1 or 2 days we realized that we need go back. What is the best way to go back to old datacenter to SQL Server 2008 R2?

The database is approximately 20Gb. It is preferred to do migration in 1 step. I doubt that SQL Server 2012 or 2014 database could be a subscriber at the same time and the publisher.

At this point of time, replication between on-premise SQL 2008 R2 Database and Azure SQL is not supported.

If you are asking about data migration, I suggest using Azure SQL Migration tool. You can download it from codeplex , choose appropriate version 2008 R2

take a look into this article . To summarize: you can do a direct SQL 2008 DB move to Azure if the DB adheres to the v12 DB schema.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM