【问题标题】:Backup Azure blob storage in line with SQL Azure DB根据 SQL Azure DB 备份 Azure Blob 存储
【发布时间】:2015-01-08 21:04:01
【问题描述】:

建议我们将文档信息存储在 blob 存储中。在我们的例子中,blob 存储与 SQL Azure 数据相关,是否有工具可用于备份与 SQL Azure 数据同步的 blob 存储?我不想看到的是 SQL Azure 数据的时间点还原,只是发现我们当时没有相同的 blob 数据快照:(

有谁知道有什么好办法

【问题讨论】:

    标签: windows azure storage azure-sql-database


    【解决方案1】:

    您必须解决的有趣问题。但是没有自动化的方式来保持 BLOB 和 Azure SQL 数据库数据的同步。你必须自己管理这个。这里不仅仅是关于 blob 快照。您更新的数据库记录如何引用新的 blob。老了怎么办?!这是在应用程序级别应用的所有业务规则。而且您必须自问您想要 Blob 备份的程度。

    Here is an interesting blog post on Azure SQL and Storage backup。但同样 - 没有任何服务可以为您在 SQL DB 和 Azure 存储之间保持同步数据。

    【讨论】:

      猜你喜欢
      • 2017-10-22
      • 2016-12-10
      • 2023-03-07
      • 2013-06-30
      • 2014-07-25
      • 1970-01-01
      • 2014-08-04
      • 2017-02-12
      • 2017-05-25
      相关资源
      最近更新 更多