Skip to main content
Skip table of contents

SQL Expressions in the ETL+ Design Page

Using SQL in the T-SQL Expression column of the Design page. This final transformation is applied just before data is loaded into the target tables in the destination data warehouse.

ETL (Extract, Transformation & Load) Stages in ETL+

Extracting data from Data Source Objects, transforming the data, and loading it into target tables is a two step process in ETL+. The T-SQL Expression column in the Design page is part of the transformation in this second step of this process.

  1. First the data is extracted from the Source Objects (source tables) into a internal staging table.
    This stage is controlled by the

  2. Second the data in the staging table may be further transformed and loaded into the target table.
    This stage is controlled by the

    • The T-SQL Expression column in the Design page is part of the transformation in this second & final step.

    • The delta load options ETL+ Load Upsert and ETL+ Load Replace

T-SQL Expression

CONVERT(varchar(30), GETDATE() )

Related Pages

✅ v2023.07

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.