Topic Last Modified: 2010-03-09
The Servers table is a supporting table that stores information about the various Servers. Each record in the table represents one Server.
Column | Data Type | Key/Index | Details |
---|---|---|---|
ServerId |
int |
Primary |
Unique number identifying this Server. |
ServerFQDN |
nvarchar(256) |
|
Server FQDN. |