Answered sql server 2005 to sql azure

  • Thursday, April 01, 2010 4:35 AM
     
     
    i have my db made in sql server 2005 and application made in 2010 RC ,i need deploy my application on azure server but i am not able to migrate my db on sql azure .can you tell me how to make my tables on the azure server,some steps to migrate the Db from 2005 to sql azure
    • Moved by Steve Marx Thursday, April 01, 2010 8:36 PM SQL Azure question (From:Windows Azure)
    •  

All Replies

  • Friday, April 02, 2010 1:35 AM
    Moderator
     
     Answered

    Hi,

    You may use the following tool to do so:

    http://sqlazuremw.codeplex.com/


    Please remember to mark the replies as answers if they help and unmark them if they provide no help. Windows Azure Platform China Blog: http://blogs.msdn.com/azchina/default.aspx
  • Friday, April 02, 2010 10:23 PM
     
     Answered
    You might also want to run the SQL Server 2008 Upgrade Advisor and check if you have any incompatibilities, deprecated features that you need to fix before migration.