rs_tbconfig

Replication Server uses the information in the rs_tbconfig table to support referential constraints.

rs_tbconfig is not a replicated system table.

Column

Datatype

Description

optionname

varchar(30)

Name of the parameter, for example: memory_max, cm_max_connections

To view a list of these parameters with their descriptions, execute a select * statement against the rs_tbconfig table.

dbid

int

Unique identifier for the database.

objname

varchar(255)

Object name defined in the replicate database.

objowner

varchar(30)

Name of the replicate object owner, as specified in replication definition.

Blank if the owner is not specified.

charvalue

varchar(255)

Character value for parameter.

status

tinyint

This column is not used.

comments

varchar(255)

Comment about the parameter.

Indexes

Unique clustered index on (optionname, dbid, objname, objowner).