Display Subscription Information

Use the rs_helpsub and rs_helprepdb stored procedures in the Replication Server RSSD to display information about subscriptions at a Replication Server.

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, see Replication Server Reference Manual > RSSD Stored Procedures.