Databases Table

The Databases table stores content database records that list content databases and the associated settings in a Microsoft Windows SharePoint Services deployment. Each virtual server in the deployment hosts a content database.

Warning  Modifying the database schema or database structures is not supported. 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 nameData typeDescription
DatabaseIduniqueidentifierPrimary key.
VirtualServerIduniqueidentifierAssociated virtual server. Foreign key, available from the VirtualServers table.
NamenvarcharDatabase name.
UserIdnvarcharUser ID used to connect to the database. Blank for Integrated Windows authentication.
PasswordnvarcharPassword used to connect to the database. Blank for Integrated Windows authentication.
SiteCountintNumber of sites in the database.
SiteCountWarningintNumber of sites allowed before a warning is generated.
SiteCountLimitintNumber of sites allowed.
DatabaseServiceIduniqueidentifierForeign key, available from the Services table.
LastModifieddatetimeTime of last modification to the database record.
LastModifiedUsernvarcharUser who last modified the database record.
LastModifiedServernvarcharName of the server affected by the modifications.
StatusintReady or Offline Status (0 is ready, 1 is offline). When offline, no additional sites can be created but existing sites are accessible.
VersiontimestampVersion of the metainfo parameter in the table. This value is incremented when a site is created and the site count is incremented.
PropertiesntextNot used in this table.

Page view tracker