Personalization Table

The Personalization table stores any personalization that Web Parts have undergone.

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
tp_SiteIduniqueidentifierGUID of the SharePoint site that includes personalization.
tp_WebPartIDuniqueidentifierID of the Web Part that has the changes. GUID links to the ID in the Web table.
tp_PageUrlIDuniqueidentifierPage on which the Web Part is displayed. GUID links to the ID in the Docs table.
tp_UserIDintID of the user.
tp_PartOrderintValue that indicates the location of the Web Part on a Web Part Page.
tp_ZoneIDnvarcharValue that indicates the zone where the Web Part is located.
tp_IsIncludedbitDisplay state that shows whether a Web Part is removed.
tp_FrameStatetinyintFrame type of the Web Part.
tp_PerUserPropertiesimageBinary field that holds new properties.
tp_CacheimageCached rendering of a Web Part.
tp_SizebigintSize of the Web Part (included in quota).

Page view tracker