简体   繁体   English

有没有人有SQL Azure数据库的备份策略?

[英]Does anyone have a backup strategy for SQL Azure databases?

I'm using SQL Azure on a project and it works great. 我在一个项目上使用SQL Azure,效果很好。 The problem is that the usual backup features do not exist. 问题是通常的备份功能不存在。 I have exported the database a couple of times using SQLAzureMW ( http://sqlazuremw.codeplex.com/ ) but this tool is now choking trying to download the database data with bcp. 我使用SQLAzureMW( http://sqlazuremw.codeplex.com/ )已经导出了几次数据库,但是这个工具现在正在试图用bcp下载数据库数据。 In any case, it's not as nice a solution as SQL Server backups. 无论如何,它不如SQL Server备份那么好。

Is anyone aware of a commercial or open source tool, or other technique, for making reliable backups of SQL Azure databases? 是否有人知道使用商业或开源工具或其他技术来进行SQL Azure数据库的可靠备份? This is really a showstopper. 这真的是一个显而易见的事。

Starting with update 4, SQL Azure now supports database copies. 从更新4开始,SQL Azure现在支持数据库副本。 You can make a copy of your database, kept in Azure, and use that to retrieve data in the event of an accidental deletion or schema bugaboo: 您可以制作数据库的副本,保存在Azure中,并在发生意外删除或架构错误时使用它来检索数据:

http://msdn.microsoft.com/en-us/library/ff951624.aspx http://msdn.microsoft.com/en-us/library/ff951624.aspx

It's still up to you to get that database off Azure and onto your own local SQL Server, though, but at least you've got a mechanism for making a point-in-time copy. 尽管如此,仍然可以将您的数据库从Azure上移到您自己的本地SQL Server上,但至少您已经有了制作时间点副本的机制。

Microsoft takes care of the backups for you. Microsoft负责为您处理备份。 There is no reason to back up SQL Azure databases yourself. 没有理由自己备份SQL Azure数据库。

是的,我们遇到了同样的问题,找不到任何好的/简单的解决方案,所以我们使用Red Gate拼凑了一个解决方案: http//mooneyblog.mmdbsolutions.com/index.php/2011/01/11/simple-数据库的备份与- SQL的蔚蓝

SQL Azure will support PIT (Point in time) backup/restore (mainly restore) later this year (2011), CTP in summer. SQL Azure将在今年晚些时候(2011年),夏季的CTP支持PIT(即时点)备份/恢复(主要是恢复)。 There is some (little) preliminary info here info here . 有一些(小)的初步信息在这里的信息在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM