Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
Platform
Reference
Databases
Tables
 Webs Table

  Switch on low bandwidth view
Webs Table

The Webs table stores the list of sites associated with a top-level site.

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 nameData typeDescription
IduniqueidentifierGUID of the subsite. This is used in many of the other tables.
SiteIduniqueidentifierGUID of the top-level site with which the site is associated. Found in the Sites table.
FullUrlnvarcharURL of the subsite. Blank if it is the top-level site in the site collection.
ParentWebIduniqueidentifierGUID of the site if the site is a subsite.
FirstUniqueAncestorWebIduniqueidentifierID of the site that controls the security of this site.
AuthorintID of the user who created the site. Found in the UserInfo table.
TitlenvarcharTitle of the site.
TimeCreateddatetimeDate and time the site was created.
CachedNavDirtyintValue that indicates whether the navigation HTML must be recomputed.
CachedNavimageCached HTML version of site navigation structure.
DescriptionntextDescription of the site.
ACLimageAccess control list for the site.
AnonymousPermMaskintPermissions mask of the anonymous account.
SecurityProvideruniqueidentifierName of the security provider for the site used to specify site security externally. 
MetaInfoimageMetadata for the site.
MetaInfoVersionintVersion of site metadata for concurrency control.
LastMetadataChangedatetimeDate and time when the Web site metadata was last changed.
NavStructNextEidintNext ID for any new navigational node added to the site.
NextWebGroupIdintNext ID for a site group being added to the site.
DefThemenvarcharDefault theme for the site.
AlternateCSSUrlnvarcharExtensibility hook to inject a custom cascading stylesheet into Microsoft Windows SharePoint Services.
CustomJSUrlnvarcharExtensibility hook to inject a custom JavaScript into Windows SharePoint Services.
AlternateHeaderUrlnvarcharExtensibility hook to inject headers into Windows SharePoint Services.
DailyUsageDataimageBinary field that stores the usage data for the past 31 days.
DailyUsageDataVersionintValue that specifies the daily version of the usage data.
MonthlyUsageDataimageBinary field that stores the usage data for the past 31 months.
MonthlyUsageDataVersionintValue that specifies the monthly version of the usage data.
DayLastAccessedsmallintValue that specifies the last day the site was accessed, which is expressed as the number of days since January 1, 1899 until the last day the site was accessed.

This column is currently used by the usage processing code, but it can also be used in ad-hoc queries to check which sites have been used most recently and which have been used least recently. For example, Select FullUrl,DayLastAccessed From Webs Order By DayLastAccessed.

Sites that have never been used or that have never had their usage data processed for some reason will have this field set to 0.

WebTemplateintValue that indicates which site template was used for the site.
LanguageintValue that indicates the language of the site (e.g., the template language).
LocaleintValue that indicates the locale of the site (e.g., date and number formats).
TimeZonesmallintValue that indicates the time zone.
Time24bitTime format specifier. Specifies whether the time displayed is 12-hour or 24-hour format.
CalendarTypesmallintCalendar type for non-Gregorian calendars (e.g., Hijiri).
AdjustHijriDayssmallintHijiri calendar feature for adjusting lunar calendars.
MeetingCountsmallintNumber of Meeting Workspace sites associated with the site.
ProvisionConfigsmallintValue that specifies which configuration file from ONET.XML was used to configure the SharePoint site.
FlagsintBit flags that enable and disable specific features.
CollationsmallintValue that specifies the sort order for the SharePoint site, such as ordering of names in a phone book.
RequestAccessEmailnvarcharE-mail of the user who receives requests for site access.
EmailEnabledbitValue that specifies whether a site is enabled for e-mail.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker