SQL Azure Migration Wizard
In my opinion, SQL Azure is the “secret sauce” of the Windows Azure Platform. Through SQL Azure, you have the ability to store your data in a true cloud-based relational database. It’s as simple as deploying your database to SQL Azure and updating your connection string to point to the new database – done! I think this really provides a core differentiator between the Windows Azure Platform and other cloud vendors.
Nevertheless, despite all the benefits you get from SQL Azure today, we’re still in CTP – SQL Azure is not yet released! Consequently, there are a few places where it’s a bit rough around the edges. In particular, the tooling through SQL Server Management Studio leaves a bit to be desired and some of the differences between what’s supported in SQL Server 2005/2008 versus SQL Azure can be a bit confusing. It took me hours to manually modify the SQL script of a moderately complex database so that I could deploy it into SQL Azure. What was missing was a good tool that would help with this process. Fortunately, my good friend and coworker George Huey has made this process much easier by creating the SQL Azure Migration Wizard.
At it’s core, the SQL Azure Migration Wizard help you migrate your SQL Server databases into SQL Azure. Point to your local database, walk through the wizard, and the end result is a SQL script you can deploy to SQL Azure – in fact, the tool will even deploy it for you. I used this tool against the same database that took me hours to manually migrate and the process only took a few minutes.
George has made the SQL Azure Migration Wizard available on CodePlex – you can download the source code and/or the binaries. Additionally, he has put together the following screen cast to demonstrate how easy it is to use this tool. Take a look:
|
|
[...] using a new SQL Azure Migration Wizard tool that’s being hosted at CodePlex. Wade Wegner blogged about the tool yesterday, and his post includes a screencast showing how to use the wizard. Check it out if you’re [...]
Very nice tool!!
[...] [...]
[...] month I blogged about the SQL Azure Migration Wizard created by George Huey. This tool helps you to migrate your SQL Server database into SQL [...]