DIRECTORYSEARCHSTATS
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| USERNAME | nvarchar(50) | 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_DIRECTORYSEARCHSTATS_DATEADDED | DATEADDED | yes | ||
| IX_DIRECTORYSEARCHSTATS_DATECHANGED | DATECHANGED | |||
| PK_DIRECTORYSEARCHSTATS | ID | yes | yes |
Triggers
| Trigger Name | Description |
|---|---|
| TR_DIRECTORYSEARCHSTATS_AUDIT_UPDATE | |
| TR_DIRECTORYSEARCHSTATS_AUDIT_DELETE |