PHONEFINDERGETPROCESS
Contains PhoneFinder get process data
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
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) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
DATELASTRUN |
datetime |
yes |
|
The date this PhoneFinder process was last run |
Foreign Keys
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. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_PHONEFINDERGETPROCESS_DATEADDED |
DATEADDED |
|
|
yes |
IX_PHONEFINDERGETPROCESS_DATECHANGED |
DATECHANGED |
|
|
|
PK_PHONEFINDERGETPROCESS |
ID |
yes |
yes |
|
UC_PHONEFINDERGETPROCESS_PHONEFINDERID |
PHONEFINDERID |
yes |
|
|
Triggers
Referenced by