Stores tables that are pending to add or remove from database replication definitions.
|
Column |
Datatype |
Description |
|---|---|---|
|
dbrepid |
rs_id |
The replication definition ID that table in this row is pending for. |
|
dbsubid |
rs_id |
The subscription ID that table in this row is pending for. |
|
owner |
varchar(30) |
Name of the table owner. |
|
name |
varchar(255) |
Name of the table. |
|
repdb |
int |
Name of the replicate database. |
|
primdb |
int |
Name of the primary database. |
|
status |
int |
Status flag:
|
|
action |
int |
A flag indicating current action for the table:
|
|
request |
int |
A flag indicating requested action for
the table:
|
Unique clustered index on (dbsubid, owner, name).