There are many methods you can use to migrate data from an on-premise SQL Server database to SQL Azure. Many of the methods only support migrating data, not schemas. To migrate schemas, you can use the SQL Server Management Studio 2008 R2 Generate SQL Server Scripts Wizard.
To generate the schema
To migrate the schema
Thanks