SFTPFINDERSERVICESCONFIGURATION

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
URL nvarchar(255) Default = ''
PORT int Default = 0
USERNAME nvarchar(255) Default = ''
PASSWORD nvarchar(4000) Default = ''
DATEADDED datetime Default = getdate()
DATECHANGED datetime Default = getdate()
TS timestamp
TSLONG bigint (Computed) yes CONVERT(bigint, TS)

Foreign Keys

Foreign Key Field Type Null Notes Description
ADDEDBYID uniqueidentifier CHANGEAGENT.ID
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID

Indexes

Index Name Fields Unique Primary Clustered
IX_SFTPFINDERSERVICESCONFIGURATION_DATEADDED DATEADDED yes
IX_SFTPFINDERSERVICESCONFIGURATION_DATECHANGED DATECHANGED
PK_SFTPFINDERSERVICESCONFIGURATION ID yes yes

Triggers

Trigger Name Description
TR_SFTPFINDERSERVICESCONFIGURATION_AUDIT_UPDATE
TR_SFTPFINDERSERVICESCONFIGURATION_AUDIT_DELETE