DIRECTORYMESSAGESTATS
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| USERNAME | nvarchar(50) | Default = '' | ||
| SUBJECT | nvarchar(255) | Default = '' | ||
| SENDEREMAIL | UDT_EMAILADDRESS | Default = '' | ||
| MESSAGE | nvarchar(400) | Default = '' | ||
| PAGEID | int | Default = 0 | ||
| PARTID | int | Default = 0 | ||
| DATEADDED | datetime | Default = getdate() | ||
| DATECHANGED | datetime | Default = getdate() | ||
| TS | timestamp | |||
| TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_DIRECTORYMESSAGESTATS_DATEADDED | DATEADDED | yes | ||
| IX_DIRECTORYMESSAGESTATS_DATECHANGED | DATECHANGED | |||
| PK_DIRECTORYMESSAGESTATS | ID | yes | yes |
Triggers
| Trigger Name | Description |
|---|---|
| TR_DIRECTORYMESSAGESTATS_AUDIT_UPDATE | |
| TR_DIRECTORYMESSAGESTATS_AUDIT_DELETE |