Transfer Database
-
Hi All, I try to transfer my database from sql server 2008 to sql azure but the all ways failed until this time. Please help me.. How I can transfer a database (Schema script + Data) from a local sql server 2008 to sql azure. Thanks all
-
Hi All, I try to transfer my database from sql server 2008 to sql azure but the all ways failed until this time. Please help me.. How I can transfer a database (Schema script + Data) from a local sql server 2008 to sql azure. Thanks all
-
Doesn't the backup-database-on-MSSQL2008-and-restore-it-on-azure work? Honestly, I have not use Azure yet, but because it worked on 2000-2005-2008, and I guess, it would work on Azure as well. hth, foxyland
when i try to restore it the following error shown: Statement 'RESTORE DATABASE' is not supported in this version of SQL Server.
-
Hi All, I try to transfer my database from sql server 2008 to sql azure but the all ways failed until this time. Please help me.. How I can transfer a database (Schema script + Data) from a local sql server 2008 to sql azure. Thanks all
Have a read of this Migrating database to SQL Azure[^]
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch
-
when i try to restore it the following error shown: Statement 'RESTORE DATABASE' is not supported in this version of SQL Server.
Is it resolved now? regards, Vatsa www.objectiveprogramming.com
-
when i try to restore it the following error shown: Statement 'RESTORE DATABASE' is not supported in this version of SQL Server.
I think there is edition mismatch between both the database instances where you are trying to backup and restore. Please check the edition of your source instance and destination of target instance. you cannot restore from a higher edition to a lower edition. For Ex- Restoration from standard edition backup to workgroup edition is not possible .
sheela DBA