This forum is closed. Thank you for your contributions.
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.
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.