EXCHANGECALENDARITEMBATCHASSIGNMENT
Contains exchange calendar item batch assignments used during the exchange download process.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| 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 |
| APPUSERIDSETREGISTERID |
uniqueidentifier |
|
IDSETREGISTER.ID
|
A foreign key to the ID set used to filter which app user calendar item record changes should go into the batch owner's batch. |
| OWNERAPPUSERID |
uniqueidentifier |
|
APPUSER.ID
|
FK to APPUSER |
| EXCHANGEDOWNLOADPROCESSID |
uniqueidentifier |
|
EXCHANGEDOWNLOADPROCESS.ID
|
FK to EXCHANGEDOWNLOADPROCESS |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_APPUSERIDSETREGISTERID |
APPUSERIDSETREGISTERID |
|
|
|
| IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_DATEADDED |
DATEADDED |
|
|
yes |
| IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_DATECHANGED |
DATECHANGED |
|
|
|
| IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_EXCHANGEDOWNLOADPROCESSID |
EXCHANGEDOWNLOADPROCESSID |
|
|
|
| IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_OWNERAPPUSERID |
OWNERAPPUSERID |
|
|
|
| PK_EXCHANGECALENDARITEMBATCHASSIGNMENT |
ID |
yes |
yes |
|
Triggers