|
by Wayne Walter Berry via SQL Azure Team Blog on 5/24/2010 3:03:00 PM
When moving a SQL Server database to SQL Azure the first step is to generate a script that will transfer the schema of your SQL Server database to SQL Azure. SQL Server Management Studio 2008 R2 easily does this with a newly added advanced setting that allows you to target SQL Azure as you engine type.
Here is the step by step walk through:
1) Open SQL Server Management Studio 2008 R2
2) Connect to your SQL Server that contains the source database that you want to transfer.
3) Right click on the
... [ read more ]
|