SQL Templates

Stores SQL templates and variables used during generated SQL execution.

Use this page to find the SQL Templates settings, review their defaults, and open the detailed parameter pages.

Available parameters

ParameterTechnical nameDefault valuePurpose
Main DWH SQLCMD VariableMAIN_DWH_SQLCMD_VARIABLE$SQLCMD variable used to address the main DWH database. Will be used in case of multi-DB DWH.
Update Statistics Hist TemplateUPDATE_STATISTICS_HIST_TEMPLATEUPDATE STATISTICS {TableName}Pattern to create UPDATE STATISTICS statement in historizing stored procedure. {TableName} can be used as an alias.
Update Statistics Persist TemplateUPDATE_STATISTICS_PERSIST_TEMPLATEUPDATE STATISTICS {TableName}Pattern to create UPDATE STATISTICS statement in persisting stored procedure. {TableName} can be used as an alias.