Uploading your database to SQL Azure

37 sec read

AzureMigWiz Ok you’ve developed your cloud application and you’re ready to publish it to Azure, wait a minute how are you going to upload your database to SQL Azure? Of course you just can’t do a backup – restore to the cloud so what are your options?

Well actually there are two ways you could deploy a database to SQL Azure. With the first one you manually create your db schema installation script and run it using SQL Manager hopping that everything will work well (a lot of SQL features are just not there yet e.g. Multi Part Column names).

But you can also use SQL Azure migration wizard to do that for you. George Huey’s SQL Azure Migration Wizard (MigWiz) offers a streamlined alternative to the SQL Server Management Studio (SSMS) Script Wizard for generating SQL Azure schemas that conform to the service’s current Data Definition Language (DDL) limitations. You can download the binaries, source code, or both from CodePlex. You can learn more about MigWiz and watch a screencast from Wade Wegner’s SQL Azure Migration Wizard post.


Discover more from ksharp

Subscribe to get the latest posts sent to your email.

Get the most value out of your Azure SQL…

While running SQL Server in Azure Virtual Machines, it is recommended that you continue using the same database performance tuning options that are applicable...
kpantos
1 min read

Leave a Reply

Your email address will not be published. Required fields are marked *

Discover more from ksharp

Subscribe now to keep reading and get access to the full archive.

Continue reading