EXCHANGESERVER (4.0SP20)

Contains configuration settings used for an Exchange server.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

USERNAME

nvarchar(100)

false

''

PASSWORD

nvarchar(4000)

false

''

DOMAIN

nvarchar(250)

false

''

URL

nvarchar(500)

false

''

USEIMPERSONATION

bit

false

1

Designates that the defined Exchange user information should be used to impersonate other Exchange users.

SUBSCRIPTIONPAUSELENGTH

int

false

5

Value represents seconds. There must be a pause between the call to create the subscription and the call to get the events in order for the GetEvents() call to return values.

ISDEFAULTSERVER

bit

false

0

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_EXCHANGESERVER_DATEADDED

DATEADDED

False

False

True

IX_EXCHANGESERVER_DATECHANGED

DATECHANGED

False

False

False

PK_EXCHANGESERVER

ID

True

True

False

UC_EXCHANGESERVER_DOMAIN

DOMAIN

True

False

False

UC_EXCHANGESERVER_URL

URL

True

False

False

Triggers
Trigger Name Description

TR_EXCHANGESERVER_AUDIT_UPDATE

TR_EXCHANGESERVER_AUDIT_DELETE

Referenced by
Referenced by Field

EXCHANGESERVERAPPUSER

EXCHANGESERVERID