How To
How to minimize the amount of data sent over the network during merge replication (Transact-SQL)
Execute the
sp_addmergepublication
system stored procedure and set the
@keep_partition_changes
parameter to '
true
'.