Contains information pertaining to Blackbaud Internet Solutions Web traffic.  
                                        Primary Key
                                        
                                            
                                                
                                                    | Primary Key | Field Type | 
                                            
                                            
                                                
                                                    | ID | uniqueidentifier | 
                                            
                                        
                                        Fields
                                        
                                            
                                                
                                                    | Field | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | BBNCMAPID | int |  | Default = 0 | Blackbaud Internet Solutions Web traffic ID. | 
                                                
                                                    | REQUESTDATE | datetime |  |  | Time of the Web request. | 
                                                
                                                    | PAGEID | int |  | Default = 0 | Blackbaud Internet Solutions page ID that was requested. | 
                                                
                                                    | PAGENAME | nvarchar(50) |  | Default = '' | Blackbaud Internet Solutions 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) | yes | CONVERT(bigint, TS) | Numeric representation of the timestamp. | 
                                            
                                        
                                        Foreign Keys
                                        
                                            
                                                
                                                    | Foreign Key | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | NETCOMMUNITYCLIENTUSERID | uniqueidentifier | yes | NETCOMMUNITYCLIENTUSER.ID | Blackbaud Internet Solutions user that made the Web request. | 
                                                
                                                    | TEAMFUNDRAISINGTEAMMEMBERID | uniqueidentifier | yes | 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. | 
                                            
                                        
                                        Indexes
                                        
                                            
                                                
                                                    | Index Name | Fields | Unique | Primary | Clustered | 
                                            
                                            
                                                
                                                    | IX_NETCOMMUNITYWEBTRAFFIC_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_NETCOMMUNITYWEBTRAFFIC_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | IX_NETCOMMUNITYWEBTRAFFIC_NETCOMMUNITYCLIENTUSERID | NETCOMMUNITYCLIENTUSERID |  |  |  | 
                                                
                                                    | IX_NETCOMMUNITYWEBTRAFFIC_REQUESTDATE | REQUESTDATE |  |  |  | 
                                                
                                                    | PK_NETCOMMUNITYWEBTRAFFIC | ID | yes | yes |  | 
                                                
                                                    | UIX_NETCOMMUNITYWEBTRAFFIC_BBNCMAPID | BBNCMAPID | yes |  |  | 
                                            
                                        
                                        Triggers