VirtualServers Table

The VirtualServers table stores records and associated settings for virtual servers in 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
VirtualServerId uniqueidentifier Primary key.
Name nvarchar Name of the virtual server such as "Default Web Site."
SmtpServiceId uniqueidentifier GUID for the SMTP service specified in the virtual server settings of SharePoint Central Administration. Note: This setting overrides global settings. If Null, use global settings. Foreign key available from the Services table.
MailCodePage int Option selected for the character set in the Simple Mail Transfer Protocol (SMTP) settings specified in the virtual server settings of SharePoint Central Administration. Note: This setting overrides global settings.
FromAddress nvarchar E-mail address identified in the From field of the SMTP settings specified in the virtual server settings of SharePoint Central Administration. Note: This setting overrides global settings.
ReplyToAddress nvarchar E-mail address identified in the Reply To field of the SMTP settings specified in the virtual server settings of SharePoint Central Administration. Note: This setting overrides global settings.
LastModified datetime Time of the last modification to the virtual server record.
LastModifiedUser nvarchar User name of the person who last modified the virtual 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 the virtual server properties change.
Properties ntext Virtual server properties including inclusions, exclusions, etc.