Contains information about all of the databases known by a primary Replication Server. This information is stored when a subscription is entered for a database at a replicate site.
Column |
Datatype |
Description |
---|---|---|
dbid |
int |
Unique database ID |
dsname |
varchar(30) |
Data server name |
dbname |
varchar(30) |
Database name |
controllerid |
int |
Managing Replication Server for this database |
Clustered index on (controllerid)
Unique index on (dbid)
Unique index on (dsname, dbname)