IDSETREGISTERSMARTQUERYINSTANCE
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| IDSETREGISTERID | uniqueidentifier | IDSETREGISTER.ID | ||
| SMARTQUERYINSTANCEID | uniqueidentifier | SMARTQUERYINSTANCE.ID | ||
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_IDSETREGISTERSMARTQUERYINSTANCE | ID | yes | yes |