获取更改批处理 [英] Get Change Batch

查看:67
本文介绍了获取更改批处理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

  如何从sqlSyncProvider获取更改批处理?我有一台服务器运行微软sql server 2005一些客户端对服务器上的某些范围感兴趣,我的应用程序需要在文件中批量处理服务器更改,然后将这些
文件下载到客户端进行申请。

   How can I get a change batch from a sqlSyncProvider? I've a server running a microsoft sql server 2005 some clients regester interest for some scopes on the server, my app requires batching the server changes in files and then download these files to client to apply.

推荐答案

如果使用SqlSyncProvider,则只需设置BatchingDirectory和MemoryDataCacheSize即可启用批处理。批处理将在批处理目录中以一堆批处理文件的格式生成,这些批处理文件受MemoryDataCacheSize限制 
(以KB为单位)。

If you use SqlSyncProvider, you can just set the BatchingDirectory and MemoryDataCacheSize to enable the batching. The batches will be generated in the batching directory in the format of a bunch of batch files which are limited by MemoryDataCacheSize  (in KB).

更多信息可在
http://msdn.microsoft.com/en-us/library/dd918908.aspx


这篇关于获取更改批处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆