SQL Server: Replication Distribution Object

Administering SQL Server

Administering SQL Server

SQL Server: Replication Distribution Object

The Replication Dist. object in Microsoft® SQL Server™ provides counters to monitor the number of commands and transactions read from the distribution database and delivered to the subscriber databases by the SQL Server Distribution Agent.

These are the SQL Server Replication Dist. counters.

SQL Server Replication Dist. counters Description
Dist:Delivered Cmds/sec Number of distribution commands delivered per second to the Subscriber.
Dist:Delivered Trans/sec Number of distribution transactions delivered per second to the Subscriber.
Dist:Delivery Latency Distribution latency (in milliseconds). The time it takes for transactions to be delivered to the Distributor and applied at the Subscriber.

See Also

Replication Distribution Agent Utility