SQL Script

Overview

SQL Script is the searchable list page for SQL scripts used by AnalyticsCreator workflows, deployment steps, and repository operations. Use it to find scripts by name, review their category and description, open an existing script for editing, adjust script order inside a category, create a new script, or delete a script that is no longer needed.

Function

The page combines a search filter with a read-only result grid. The search field narrows the list by script name. The list can be opened across all script categories from the ETL toolbar, or from a specific script category in the navigation tree.

Each row shows the script name, script category, and description. Double-click a row to open the SQL Script page for that entry. Use the move up and move down buttons to change the selected script's order within its current category. Use New to create a script and Delete to remove the selected script after confirmation.

Access

Open the list from the Scripts area in the navigation tree or from the Scripts command in the ETL toolbar. Script category branches provide list and add commands for pre-creation, post-creation, pre-deployment, post-deployment, pre-workflow, post-workflow, and repository extension scripts.

How to access

Scripts -> [script category] -> List [category] scripts

Toolbar

ETL -> Scripts

Diagram

Not opened directly from the diagram. Use the Scripts navigation tree or ETL toolbar to open the list.

Visual element

SQL Script list page

Screen overview

ID Property Description
1Search criteriaFilter area at the top of the page.
2Search fieldText field used to filter SQL scripts by script name. Press Enter to run the same filter as the Search button.
3SearchApplies the current search text and refreshes the SQL scripts grid.
4Clear filterClears the search field and reloads scripts for the current category context or the full project list.
5Status indicatorIndicator column for the row status icon.
6NameGrid column showing the script name.
7TypeGrid column showing the script category, such as post-creation or pre-deployment.
8DescriptionGrid column describing the purpose of the script.
9SQL scripts gridRead-only result list for reviewing scripts. Double-click a row to open it on the SQL Script page.
10Move upMoves the selected script earlier within the same script category, then refreshes the list.
11Move downMoves the selected script later within the same script category, then refreshes the list.
12DeleteDeletes the selected script after user confirmation, then refreshes the list.
13NewOpens the SQL Script page to create a new script.

Related topics