SQL Server: Replication Merge Object

Administering SQL Server

Administering SQL Server

SQL Server: Replication Merge Object

The Replication Merge object in Microsoft® SQL Server™ provides counters to monitor each SQL Server merge execution that moves data changes up from a merge replication Subscriber to the Publisher, and down from the Publisher to the Subscriber.

These are the SQL Server Replication Merge counters.

SQL Server Replication Merge counters Description
Conflicts/sec Number of conflicts per second that occurred in the Publisher/Subscriber upload and download. This value should always be zero. A nonzero value may require notifying the losing side, overriding the conflict, and so on.
Downloaded Changes/sec Number of rows per second merged (inserted, updated, and deleted) from the Publisher to the Subscriber.
Uploaded Changes/sec Number of rows per second merged (inserted, updated, and deleted) from the Subscriber to the Publisher.