EventCache Table

The EventCache table stores the list of site events for which users have requested alerts. Microsoft Windows SharePoint Services inserts records into the EventCache table as they occur.

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
EventTimedatetimeTime when the event record was inserted into the database.
SiteIduniqueidentifierID of the site, available from the Sites table.
ListIduniqueidentifierID of the list in which the monitored item appears.
ItemIdintID of the item that raised the event.
ItemNamenvarcharFull name of the item.
ItemFullUrlnvarcharFull path to the item.
EventTypeintItemAdded (1), Item Modified (2), Item Deleted (4), DiscussionAdded (16), Discussion Modified (32), Discussion Deleted (64), Discussion Closed (128), Discussion Activated (256).
ModifiedBynvarcharUser name of the person whose modification raised the event.
TimeLastModifieddatetimeTime when the event occurred.

Page view tracker