SQL Script

Overview

The SQL Script page maintains a script that can be grouped by script category, assigned a run order, and optionally linked to a package.

Function

Use Script type, Name, Description, Sequence number, and Inactive to classify and control the script.

The script editor shows the original statement and the parsed result so generated values can be reviewed.

Package links the script to package execution where applicable, and Run executes the script from the page.

Access

Open an existing script from a Scripts branch or from the SQL Script list.

How to access

Scripts -> [script category] -> [script] -> Edit script.

Toolbar

ETL -> Scripts, then double-click a script row.

Diagram

Not opened directly from the diagram.

Visual element

SQL Script page

Screen overview

ID Property Description
1Script typeBusiness category that controls when or where the script is used.
2NameBusiness name shown in lists and navigation.
3DescriptionBusiness description or notes for the object.
4Sequence numberRun order within the selected script category.
5InactiveDisables the script without deleting it.
6OriginalOriginal script statement.
7ParsedParsed script after variables and expressions are resolved.
8PackagePackage linked to the script when package execution applies.
9RunRuns the script from the page.
10SaveSaves the current definition, refreshes the relevant navigation or list, and keeps the page consistent with the saved state.
11CancelLeaves the page without continuing the current edit.

Related topics