SQL Azure - Creating backups and copies of your databases

Posted on SQL Server Central See other posts from SQL Server Central
Published on Thu, 10 Feb 2011 07:00:00 UT Indexed on 2011/02/10 7:31 UTC
Read the original article Hit count: 137

Filed under:
As a DBA you always followed a practice to back up your database (or take a snapshot of your database) before making any changes so that you can revert to your old database state if something goes wrong. Also to setup a development or test environment you use a backup of your database and restore it in the respective environment. If you are moving to SQL Azure, what would you do in these cases as backup / restore and database snapshots are not supported as of now?

© SQL Server Central or respective owner