March 26, 2012 at 8:04 am
Hi All,
Could any help me any way by which i can transfer/upload data of sql server 2005 not 2008 to sql azure?
Regards,
Vijay
April 23, 2012 at 2:29 am
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:
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply