Is there any chances when the batch directory on client machine does not get deleted?.
We have implemented one way Synch(download) and we have exactly the same code written that is provided in MSDN.
Our server database contain 25-30 tables. If these tables are updted with 1000 records each their will be a large amount of data that needs to synch with the Client DB. Is there any limitation in the Synch Framework with the amount of data that can be
synched ?.
We have enabled batching but the Synch Framework takes a lot of time to complete the synch process and most of the time it fails.
Kindly tell me the limitations if any and also to is there any speed up mechanism that we need to follow.
We have scheduled the Synch to run every night.