Migrate SqlServer DB to Azure Sql
December 27, 2011
Here’s one way to migrate your SqlServer Database to the Azure platform.
- Get the SQL Azure Migration Wizard http://sqlazuremw.codeplex.com/
- Start the wizard and select SQL Database Migrate option
- Select your source database
- Choose the objects you wish to migrate (all in my case)
- See the results and review the SQL Script if necessary.
- Now we need Sql Azure in the cloud for the next part, log into your http://windows.azure.com account (get a 3 month free trial if you don’t have one)
Select your Azure Server and create a new database.
- You’ll be prompted to select where you want your server located if you don’t already have one.
- Add some rules to your database, you’ll need to do this to allow access for MS Services and Visual Studio
- So now that you have a database in the cloud you’ll need to continue with your migration wizard by selecting this database.
- That’s pretty much it. Hope these screenshots helps someone out.