Getting statistics information for subscriptions

Statistics information for subscriptions includes:

StepsTo get statistics information for a specific subscription

  1. Use sp_helpsub with the stats keyword, and specify the subscription:

    sp_helpsub stats, sub_name
    

    where sub_name is the name of the subscription.

StepsTo get statistics information for all subscriptions

  1. Use sp_helpsub with the stats keyword, without specifying a subscription:

    sp_helpsub stats