SQL Azure Backup & Restore strategy

前端 未结 5 1425
余生分开走
余生分开走 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 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

提交回复
热议问题