Pre-deployment

Overview

Pre-deployment is a SQL script type that runs before deployment generation or execution.

Function

Use this type when SQL must prepare an environment before deployment work. Selecting it executes before deployment processing.

When to use

Choose Pre-deployment when SQL must prepare an environment before deployment work.

Behavior in AnalyticsCreator

Area Behavior
Configuration Assign the Pre-deployment type, sequence number, statement, and active status.
Processing AnalyticsCreator runs active scripts before the deployment stage.
Output The script can create prerequisites or validate the deployment environment.

Type-specific properties

Property Description
Sequence number Execution order among pre-deployment scripts.
Statement SQL executed before deployment.
Inactive Controls whether the script is skipped.
Description Purpose and expected deployment effect.

Compatibility and limitations

The script must be valid for the deployment target and its security context.

Relationships

Related entity Relationship
SQL Script The script type defines the execution stage for the script.
Workflow Pre- and post-workflow scripts run around workflow processing.
Deployment Pre- and post-deployment scripts run around deployment processing.

Where to configure

Related topics