sp_helpreplicateart  sp_helpsub

Chapter 4: ASE Replicator Procedures

sp_helpreplicateconn

Description

Returns information and statistics for replicate database connections.

Syntax

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

Parameters

info

The keyword that requests information for replicate database connections.

subs

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

empty

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

arts

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

params

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

conn_name

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 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





Copyright © 2005. Sybase Inc. All rights reserved. sp_helpsub

View this book as PDF