Sites Table (Content Database)

The Sites table stores the list of SharePoint sites on a virtual server.

Columns

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.

Column nameData typeDescription
FullUrlnvarcharURL of the SharePoint site.
IduniqueidentifierGUID of the SharePoint site.
NextUserOrGroupIdintNext ID to be used when adding a user to the site. Found in the UserInfo table.
OwnerIDinttp_ID of the user specified as the site owner in the UserInfo table.
SecondaryContactIDinttp_ID of the user specified as a secondary contact if specified. Found in the UserInfo table.
SubscribedbitValue that specifies whether the SharePoint site has alerts.
TimeCreateddatetimeDate and time the SharePoint site was created.
UsersCountintNot used.
BWUsedbigintNot used.
DiskUsedbigintValue that specifies the amount of disk space used by the SharePoint site.
QuotaTemplateIDsmallintValue that specifies the quota template associated with the SharePoint site.
DiskQuotabigintValue that specifies the disk quota setting.
UserQuotaintValue that specifies the user quota setting.
DiskWarningbigintValue that specifies when to send disk quota warnings.
DiskWarneddatetimeValue that indicates whether a warning was sent.
BitFlagsintBinary settings for the SharePoint site.
SecurityVersionbigintValue that increments to indicate when security changes.
CertificationDatedatetimeDate and time changes are made.
DeadWebNotifyCountsmallintValue that indicates the number of times a site usage notification is sent.
PortalURLnvarcharURL of the portal site.
PortalNamenvarcharName of the portal site.
LastContentChangedatetimeDate and time when the content of the site was last changed.
LastSecurityChangedatetimeDate and time when the security settings of the site were last changed.
HashKeybinaryBinary data containing an algorithmic hash of the URL for a site and a lookup table, which is used to route requests to the correct database server.
EmailEnabledbitValue that indicates whether a document library is e-mail enabled. Used to optimize performance.

Page view tracker