PRINTERLISTITEM (4.0SP20)

Defines a printer in a printer list

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

PRINTERLISTID

uniqueidentifier

false

FK to PRINTERLIST

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

PRINTERNAME

nvarchar(255)

false

''

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_PRINTERLISTITEM_DATEADDED

DATEADDED

False

False

True

IX_PRINTERLISTITEM_DATECHANGED

DATECHANGED

False

False

False

PK_PRINTERLISTITEM

ID

True

True

False

UIX_PRINTERLISTITEM_PRINTERLISTID_PRINTERNAME

PRINTERLISTID

PRINTERNAME

True

False

False

Triggers
Trigger Name Description

TR_PRINTERLISTITEM_AUDIT_UPDATE

TR_PRINTERLISTITEM_AUDIT_DELETE