sp_helpreplicateconn

Description

Returns information and statistics for replicate database connections.

Syntax

sp_helpreplicateconn [info]
sp_helpreplicateconn {info|stats} [, conn_name]
sp_helpreplicateconn {subs|empty|arts|params}, conn_name

Parameters

info

is a keyword that requests information for replicate database connections.

stats

is a keyword that requests statistics information for replicate database connections.

subs

is a keyword that requests information about all subscriptions in the specified replicate database connection.

empty

is a keyword that requests information about all empty subscriptions (subscriptions with no articles) in the specified replicate database connection.

arts

is a keyword that requests information about all replicate articles in all subscriptions in the specified replicate database connection.

params

is a keyword that requests information about all configuration parameters for the specified replicate database connection.

conn_name

is the name of a replicate database connection. The connection name (conn_name) must be specified in the form ds.db, where:

Examples

Example 1

sp_helpreplicateconn

Returns information about all replicate database connections.

NoteUsing sp_helpreplicateconn with no keyword is functionally identical to specifying only the info keyword.

Example 2

sp_helpreplicateconn info, "boulder.doc"

Returns information about the replicate connection to the database doc on the data server boulder.

Example 3

sp_helpreplicateconn stats, "boulder.doc"

Returns statistics information about the replicate connection to the database doc on the data server boulder.

Example 4

sp_helpreplicateconn subs, "boulder.doc"

Returns information about all subscriptions in the replicate connection to the database doc on the data server boulder.

Usage

See also

sp_helpprimaryconn, sp_helpreplicateart, sp_helpsub