Returns information and statistics for replicate database connections.
sp_helpreplicateconn [info [, conn_name]]
sp_helpreplicateconn {subs|empty|arts|params}, conn_name
The keyword that requests information for replicate database connections.
The keyword that requests information about all subscriptions in the specified replicate database connection.
The keyword that requests information about all empty subscriptions (subscriptions with no articles) in the specified replicate database connection.
The keyword that requests information about all replicate articles in all subscriptions in the specified replicate database connection.
The keyword that requests information about all configuration parameters for the specified replicate database connection.
The name of a replicate database connection. The connection name (conn_name) must be specified in the form ds.db, where:
ds is the name of the data server on which the database resides.
db is the name of the database.
sp_helpreplicateconn
Returns information about all replicate database connections.
Using sp_helpreplicateconn with
no keyword is functionally identical to specifying only the info keyword.
sp_helpreplicateconn info, "boulder.doc"
Returns information about the replicate connection to the database doc on the data server boulder.
sp_helpreplicateconn subs, "boulder.doc"
Returns information about all subscriptions in the replicate connection to the database doc on the data server boulder.
When listing information about replicate connections, the following result set is returned:
When listing parameter information about replicate connections, the following result set is returned:
When listing information about subscriptions in replicate connections, the following result set is returned:
When listing information about replicate articles in a replicate database connection, the following result set is returned:
When sp_helpreplicateconn is invoked with no keyword, it returns information about all replicate connections.
When you invoke sp_helpreplicateconn with no connection name (conn_name) specified, it returns information about all replicate database connections.
When you invoke sp_helpreplicateconn and specify the info keyword, the replicate database connection name (conn_name) is optional.
When you invoke sp_helpreplicateconn and specify the subs, empty, arts, or params keyword, the replicate database connection name (conn_name) is required.
To get information about all primary and replicate connections, use sp_helpconn.
To get information about primary connections only, use sp_helpprimaryconn.
To get statistics information about replicate connections, use sp_helprep stats.
When an error occurs, an error message is returned.
sp_helpprimaryconn, sp_helpreplicateart, sp_helpsub
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |