[CR #270080] The following ASE Replicator procedures do not return a statistics result set:
sp_helprep stats
sp_helprep stats, pri_conns
sp_helprep stats, subs
sp_helprep stats, sub=subname
sp_helpreplicateconn stats
sp_helpsub stats
Workaround: To get statistics for a primary connection, use the following command:
sp_helpprimaryconn stats
To get statistics for a replicate connection, use the following command:
sp_helprep stats, rep_conns