sp_configreplicateconn

Description

Sets or returns information about replicate connection configuration parameters.

Syntax

sp_configreplicateconn conn_name [, param [, value]] 

Parameters

conn_name

is the name of a replicate database connection. Connection names must be specified in the form ds.db, where:

param

is the name of an ASE Replicator connection configuration parameter.

Table 4-6 lists the ASE Replicator replicate connection configuration parameters:

Table 4-6: Replicate connection configuration parameters

Parameter

Description

gen_id

Database generation ID (first two bytes in the connection’s locator value)

queue_size

Maximum number of log operations kept in an internal queue

See “Connection configuration parameters” for more detailed information about these connection configuration parameters.

value

is the value to which the configuration parameter (param) is set. Numeric values are treated as strings and must be enclosed in quotes.

Examples

Example 1

sp_configreplicateconn "boulder.doc", queue_size, "100"

Sets the value of the queue_size configuration parameter to 100 for the replicate connection to the database doc on the data server boulder.

Usage

See also

sp_addreplicateconn, sp_dropreplicateconn, sp_helpreplicateconn