To display information about subscriptions at a Replication Server, you can use the rs_helpsub and rs_helprepdb stored procedures in the Replication Server RSSD.
Use rs_helpsub to display information about subscriptions at a Replication Server. The syntax is:
rs_helpsub [subscription_name [, replication_definition [, data_server, database]]]
Use the rs_helprepdb stored procedure to display information about databases with subscriptions for replication definitions in the current Replication Server. The syntax is:
rs_helprepdb [, data_server, database]
For parameter descriptions, refer to Chapter 6, “RSSD Stored Procedures,” in the Replication Server Reference Manual.