Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 FUNCTIONNAME nvarchar(128)   Default = '' Name of the function
 DESCRIPTION nvarchar(max)   Default = '' A description of the functionality of the function.
 SQLFUNCTIONSPECXML xml   Contains the xml definition from which the function Was built.
 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
 MARTKEY nvarchar(255)

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

Index Name Field(s) Unique Primary Clustered
 IX_SQLFUNCTIONCATALOG_DATEADDED DATEADDED    
 PK_SQLFUNCTIONCATALOG ID  
 UC_SQLFUNCTIONCATALOG_FUNCTIONNAME FUNCTIONNAME    

Trigger Name Description
 TR_SQLFUNCTIONCATALOG_AUDIT_UPDATE
 TR_SQLFUNCTIONCATALOG_AUDIT_DELETE

Referenced by Field
 SPONSORSHIPPROGRAM MATCHFUNCTIONID

Entity-Relationship diagram of this table