APPUSERARCHIVE (4.0SP17)

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

CHANGEDBYID

uniqueidentifier

false

Fields
Field Field Type Null Notes Description

APPUSERID

uniqueidentifier

true

DISPLAYNAME

nvarchar(255)

false

''

DATEADDED

datetime

false

getdate()

DATECHANGED

datetime

false

getdate()

TS

timestamp

false

TSLONG

bigint (Computed)

true

Indexes
Index Name Field(s) Unique Primary Clustered

IX_APPUSERARCHIVE_DATEADDED

DATEADDED

False

False

True

IX_APPUSERARCHIVE_DATECHANGED

DATECHANGED

False

False

False

PK_APPUSERARCHIVE

ID

True

True

False

UIX_APPUSERARCHIVE_APPUSERID

APPUSERID

True

False

False

Triggers
Trigger Name Description

TR_APPUSERARCHIVE_AUDIT_UPDATE

TR_APPUSERARCHIVE_AUDIT_DELETE