SQL Azure 数据同步和维护数据库的历史记录

发布于 2024-11-17 18:47:47 字数 93 浏览 0 评论 0 原文

我有一个本地数据库。同时我在云端有数据库。当本地数据库更新时,SQL Azure 数据库也应该更新。仅应更新更改的字段。其余部分应保持不变。如何在最短的时间内实现这一目标?

I have an on-premise database. At the same time I have the database on cloud. When the on-premise database gets updated the SQL Azure database should also get updated. Only the changed fields should be updated. The rest should remain the same. How can this be achieved in minimal time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱你是孤单的心事 2024-11-24 18:47:47

有一个名为 Data SYNC CTP2 的无代码解决方案,但您需要请求访问,但不幸的是,该解决方案目前已停止。 (http://connect.microsoft.com/sqlazurectps)

您可以尝试使用SYNC框架。看一下这篇文章: http://blogs.msdn.com/b/sync/archive/2010/08/31/sql-server-to-sql-azure-synchronization-using-sync-framework-2-1。 ASPX

There is a No code solution called Data SYNC CTP2 but you need to request access which unfortunately stopped for now. (http://connect.microsoft.com/sqlazurectps)

You could try using SYNC framework. Have a look at this article: http://blogs.msdn.com/b/sync/archive/2010/08/31/sql-server-to-sql-azure-synchronization-using-sync-framework-2-1.aspx

变身佩奇 2024-11-24 18:47:47

只是一个注释。 Sync Framework 或 Sql Azure Data Sync 都不执行列级别更改跟踪或同步。当行中的列发生更改时,会在同步期间发送整行。

正如 Paras 提到的,Sql Azure Data Sync 处于 CTP 阶段(现在是 CTP2,CTP3 应该在今年夏天推出)。

不过,Sync Framework 2.1 已支持与 Azure 同步。

查看 使用 Sync 与 SQL Azure 同步框架
获取各种演练/示例的链接

just a note. Neither Sync Framework or Sql Azure Data Sync does column level change tracking or synchronization. When a column in a row is changed, the entire row is sent during synchronization.

As Paras mentioned, Sql Azure Data Sync is in CTP stage (CTP2 now, with CTP3 supposed to come out this summer).

Sync Framework 2.1 however already supports synching with Azure.

check out Synchronizing with SQL Azure using Sync Framework
for links to various walkthroughs/samples

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文