SQL Azure Backup - Now a hosted solution
Easily schedule a backup from SQL Azure to Azure Blob Storage or Amazon S3

SQL Azure Backup - discontinued client tool
- Restore
Restoring a database to Azure is now as simple as taking a backup - Hosted backup
Use Microsoft's CTP Import/Export Service to create a BACPAC in Azure Blob Storage - Sync from SQL Azure
Synchronize your schema and data to a local SQL Server database - Create Azure Copy
Make a copy before backing up to ensure the backup is transactionally consistent - Interface
Just enter the details of your SQL Azure database and the destination - Command Line
Automate and schedule your Azure backups with a simple stand-alone .exe
Backup and Restore in Azure
Microsoft's CTP Import/Export Service allows you to create a BACPAC backup in Azure Blob Storage of your SQL Azure Database. This service is free to use so you don't pay for the data transfer costs. Once the backup is complete, you can download or restore it from Blob storage.
Copy to SQL Server
SQL Azure Backup copies the schema and data from a SQL Azure database to a local instance of SQL Server. You can use a local copy to backup your data and develop against the latest content. SQL Azure Backup is powered by SQL Compare - the industry standard comparison and deployment tool.
For a step-by-step guide to how to use SQL Azure Backup read SQL Server MVP Grant Fritchey's article and for information on how to schedule SQL Azure Backup see Grant's other article.
We're working on the next version of SQL Azure Backup – if you'd like to be involved in Early Access Programmes please fill in our survey.


