Servers Table
The Servers table stores records for the physical servers which make up the Microsoft Windows SharePoint Services deployment.
Warning Modifying the database schema or database structures is unsupported. Changes that you make to the database contents may be overwritten when you install updates or service packs for Windows SharePoint Services, or when you upgrade an installation to the next product version.
Columns
Column name | Data type | Description |
---|---|---|
ServerId | uniqueidentifier | Primary key. |
Name | nvarchar | Machine name of the server. |
Address | nvarchar | URL of the server. |
LastModified | datetime | Time of last modification to server record. |
LastModifiedUser | nvarchar | User name of the person who last modified server record. |
LastModifiedServer | nvarchar | Name of the server affected by the modifications. |
Status | int | Not used in this table. |
Version | timestamp | Version of the metainfo parameter in the table. This value is incremented when a new computer is added to the server farm. |
Properties | ntext | Additional information about the server stored in XML format. |