EXCHANGESERVER

Contains configuration settings used for an Exchange server.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
USERNAME nvarchar(100) Default = ''
PASSWORD nvarchar(4000) Default = ''
DOMAIN nvarchar(250) Default = ''
URL nvarchar(500) Default = ''
USEIMPERSONATION bit Default = 1 Designates that the defined Exchange user information should be used to impersonate other Exchange users.
SUBSCRIPTIONPAUSELENGTH int Default = 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 Default = 0
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
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_EXCHANGESERVER_DATEADDED DATEADDED yes
IX_EXCHANGESERVER_DATECHANGED DATECHANGED
PK_EXCHANGESERVER ID yes yes
UC_EXCHANGESERVER_DOMAIN DOMAIN yes
UC_EXCHANGESERVER_URL URL yes

Triggers

Trigger Name Description
TR_EXCHANGESERVER_AUDIT_UPDATE
TR_EXCHANGESERVER_AUDIT_DELETE

Referenced by

Referenced by Field
EXCHANGESERVERAPPUSER EXCHANGESERVERID