问题描述
我需要实现数据复制服务,从客户端机器上运行的应用程序接收数据。
涉及的数据非常多,所以我想实现批处理更新策略,使用sqlexpress syncprovider示例。
我理解批处理更新示例在同步器的博客中(http://blogs.msdn.com/synchronizer/archive/2007/12/06/demo-viii-batching-changes-in- sync-services.aspx )仅适用于下载方向,但您是否认为可以对其进行修改以使其从客户端推送到服务器?
有没有人实现类似的东西,并且可以给出我的任何提示/指导?
谢谢
马里奥
Hi,
I need to implement a data replication service, receiving data from an application running on my clients' machines.
There's quite a lot of data involved, so I'd like to implement a batch updates strategy, using the sqlexpress syncprovider sample.
I understand that the batch updates sample in synchronizer's blog (http://blogs.msdn.com/synchronizer/archive/2007/12/06/demo-viii-batching-changes-in-sync-services.aspx) works only on download direction, but do you think it's possible to modify it to make it push data from client to server?
Has anyone implemented something similar, and could give me any hints/guidance?
Thanks
Mario
推荐答案
这篇关于从客户端到服务器的批量更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!