Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(100)   Default = 'PhoneFinder Get Process' Name of the process
 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) CONVERT(bigint, TS) Numeric representation of the timestamp.
 DATELASTRUN datetime The date this PhoneFinder process was last run

Foreign Key Field Type Null Notes Description
 PHONEFINDERID uniqueidentifier   PHONEFINDER.ID The PhoneFinder process this get process belongs to
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_PHONEFINDERGETPROCESS_DATEADDED DATEADDED    
 IX_PHONEFINDERGETPROCESS_DATECHANGED DATECHANGED      
 PK_PHONEFINDERGETPROCESS ID  
 UC_PHONEFINDERGETPROCESS_PHONEFINDERID PHONEFINDERID    

Trigger Name Description
 TR_PHONEFINDERGETPROCESS_AUDIT_UPDATE
 TR_PHONEFINDERGETPROCESS_AUDIT_DELETE

Referenced by Field
 PHONEFINDERGETPROCESSSTATUS PARAMETERSETID

Entity-Relationship diagram of this table