Stores all information about database replication definitions except name sets. It is replicated to all sites with a version number of 12.6 or later.
Column |
Datatype |
Description |
---|---|---|
dbrepid |
rs_id |
Database replication definition ID |
dbrepname |
varchar (255) |
Database replication definition name |
prsid |
int |
Primary Replication Server ID |
dbid |
int |
Primary database ID |
ownerid |
rs_id |
Replication Server user who created the database replication definition |
requestdata |
datetime |
Time the database replication definition was created |
status |
int |
Bitmap of subset content |
minvers |
int |
Earliest version of Replication Server to which this table can be replicated. |
Unique indexes on (dbrepid, dbid, and dbrepname).