Getting metadata and status information for publications and subscriptions

Metadata and status information about publications and subscriptions includes:

StepsTo get metadata information about a publication

  1. Use sp_helppub with the info keyword, and specify the publication name:

    sp_helppub info, pub_name
    

    where pub_name is the name of the publication.

StepsTo get metadata information about all publications

  1. Use sp_helppub without specifying a publication:

    sp_helppub
    

StepsTo get metadata and status information about a subscription

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

    sp_helpsub info, sub_name
    

    where sub_name is the name of the subscription.

StepsTo get metadata information about all subscriptions

  1. Use sp_helpsub without specifying a subscription:

    sp_helpsub