• A simple Google search turned this up.

    http://msdn.microsoft.com/en-us/library/windowsazure/ee730904.aspx

    Looks like there are several ways to do it - the following is a copy and paste from the hyperlink:

    Migrating Databases to SQL Azure by Generating a Script of an Existing Database

    To migrate an existing SQL Server database to SQL Azure you can export the schema as a Transact-SQL script and then execute that script against SQL Azure Database as follows:

    Export a script from SQL Server Management Studio and set the appropriate export options. Because SQL Azure Database supports a subset of features found in SQL Server, you may have to make some modifications to the script before you are able to execute it in the cloud.

    Execute the script to create the schema in SQL Azure Database.

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation: