Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 BBNCMAPID int   Default = 0 NetCommunity Web traffic ID.
 REQUESTDATE datetime   Time of the Web request.
 PAGEID int   Default = 0 NetCommunity page ID that was requested.
 PAGENAME nvarchar(50)   Default = '' NetCommunity page name that was requested.
 URL UDT_WEBADDRESS   Default = '' URL of the page that was requested.
 EMAILJOBRECIPIENTMAPID int   Default = 0 Email job recipient linked to the request.
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Key Field Type Null Notes Description
 NETCOMMUNITYCLIENTUSERID uniqueidentifier NETCOMMUNITYCLIENTUSER.ID NetCommunity user that made the Web request.
 TEAMFUNDRAISINGTEAMMEMBERID uniqueidentifier TEAMFUNDRAISINGTEAMMEMBER.ID Team fundraiser and their team linked to the request.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_NETCOMMUNITYWEBTRAFFIC_DATEADDED DATEADDED    
 IX_NETCOMMUNITYWEBTRAFFIC_DATECHANGED DATECHANGED      
 IX_NETCOMMUNITYWEBTRAFFIC_NETCOMMUNITYCLIENTUSERID NETCOMMUNITYCLIENTUSERID      
 IX_NETCOMMUNITYWEBTRAFFIC_REQUESTDATE REQUESTDATE      
 PK_NETCOMMUNITYWEBTRAFFIC ID  
 UIX_NETCOMMUNITYWEBTRAFFIC_BBNCMAPID BBNCMAPID    

Trigger Name Description
 TR_NETCOMMUNITYWEBTRAFFIC_AUDIT_UPDATE
 TR_NETCOMMUNITYWEBTRAFFIC_AUDIT_DELETE

Entity-Relationship diagram of this table