SQL Azure Backup & Restore strategy

前端 未结 5 1402
余生分开走
余生分开走 2021-01-02 12:39

We have a web based (ASP.NET MVC) application that uses SQL Server 2008 for its database.

Because the data is important to us (and our clients), we have a Backup &a

相关标签:
5条回答
  • 2021-01-02 12:48

    There is one project on codeplex that is making possible to have a worker role to be acting as a backup agent.

    0 讨论(0)
  • 2021-01-02 12:51

    I wrote a blog post on backing up your SQL Azure DB to a blog file using nothing more complex than some free command line tools and the windows task scheduler, should save you some money and hassle :-)

    https://iainhunter.wordpress.com/2012/08/21/sql-azure-disaster-recovery/

    0 讨论(0)
  • 2021-01-02 13:05

    In addition to the options that Joe has mentioned you can also use DAC as mentioned here. It is a little out of date as you can now import/export BACPAC files from blob storage in the portal.

    0 讨论(0)
  • 2021-01-02 13:08

    Backup/restore is a whole different animal in SQL Azure as the traditional backup/restore commands are not available. See the article SQL Azure Backup and Restore Strategy for a good overview and then read Copying Databases in SQL Azure. Also take a look at redgate's (beta) third party tool for SQL Azure Backup.

    EDIT: Adding a reference to a new blog post that appeared today (Sept 29, 2011): Data backup strategies for Windows and SQL Azure

    0 讨论(0)
  • 2021-01-02 13:11

    Redgate offers a free tool to backup and restore a database from SQL Azure to SQL Server or Azure Blob Storage:

    • SQL Azure Backup
    0 讨论(0)
提交回复
热议问题