WebGroups Table

The WebGroups table stores the site groups such as Administrator and Web Designer for the SharePoint 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 name Data type Description
SiteID uniqueidentifier GUID of the Microsoft Windows SharePoint Services site to which the site group belongs. Found in the Sites table.
WebID uniqueidentifier ID of the site collection to which the site group belongs. Found in the Webs table.
ID int ID of the site group.
Title nvarchar Name of the site group.
Description nvarchar Description of the site group.
Type tinyint Value that indicates the built-in site group template. Custom site group settings have a value of 0.