Show TOC

rs_repobjsLocate this document in the navigation structure

Stores autocorrection flags for replication definitions at replicate Replication Servers. Set the flag to on or off using the set autocorrection command.

Column

Datatype

Description

objid

rs_id

Replication definition object ID

dbid

int

ID of the database where the replicate data is stored

attributes

int

Valid value:
  • 0x01 – autocorrection flag is on

  • 0x02 – Dynamic SQL is not used for the replication definition.

Indexes

Unique clustered index on (objid, dbid)