locked
Bathing. How i can know approximate size of service sync message? RRS feed

  • Question

  • Hello. I synchronize two tables with large-size rows. Size of one row <=10mb.

    How i can calculate size of service message for synchronize a single row? i need to set MaxReceivedMessageSize for my wcf proxy.

    Monday, April 4, 2011 6:48 AM

Answers

  • you can turn on WCF Tracing and enable message logging, that should give you an idea about the message size.

    If you're using the SqlSyncProvider, i suggest you enable batching as well so you know more or less how big is each batch.

    Monday, April 4, 2011 8:03 AM