Stores the names of Replication Servers and databases known to the ID server. This table is relevant only at the ID Server site.
Column |
Datatype |
Description |
---|---|---|
name1 |
varchar(30) |
Replication Server or data server name |
name2 |
varchar(30) |
Database name; “” for a Replication Server |
type |
int |
Replication Server or database:
|
id |
int |
Unique ID assigned to the Replication Server or database |
ltype |
char(1) |
The type of the database:
|
Unique clustered index on (name1, name2, ltype)