เครื่องมือย้าย Microsoft SQL 2005/2008 Database ไปใช้งานบน SQL Azure. โดยใช้งานแบบ Wizard โดยเลือกที่ SQL objects, creates SQL scripts suitable for SQL Azure, รวมทั้งการ Migration Data.
รายละเอียดย่อย ๆ นะครับ ..
Project Details
The SQL Azure Migration Wizard (SQLAzureMW) gives you the options to analyzes, generates scripts, and migrate data (via BCP) from:
* SQL Server to SQL Azure
* SQL Azure to SQL Server
* SQL Azure to SQL Azure
It will also analyze SQL Profiler trace files and TSQL script for compatibility issues with SQL Azure.
If your source is a SQL Server database, SQLAzureMW will list all of the object types (i.e. Tables, Stored Procedures, Views, etc.) and let you decide which ones you want analyzed / scripted. Using the “Advanced” options you can tell SQLAzureMW which compatibility checks to perform and if the data should be migrated.
If your source is a file containing TSQL, then you will be given the option to have SQLAzureMW check the TSQL for incompatibilities and fix where possible or just run the script without any compatibility checking.
You can specify a SQL Profiler trace file for analysis.
http://sqlazuremw.codeplex.com/