Script Replacements TabCopy link to this sectionLink to this section copied!

This tab enables you to replace certain sections of your script. These replacements can use installer properties and they are executed when the package is built.

Caution!Do not use script replacements in large SQL scripts because this will seriously affect the execution time. The workaround is to split the scripts so that replacements are in as few as possible.

Adding a new SQL replacementCopy link to this sectionLink to this section copied!

Use the [ Add... ] button, the “Add...” context menu item or press the Insert key while the list is focused. The SQL Script Replacement Dialog will be displayed allowing you to create a new SQL replacement.

Editing an SQL replacementCopy link to this sectionLink to this section copied!

Use the [ Edit... ] button, the “Edit...” context menu item or press the Space key while an element from the list is selected. The SQL Script Replacement Dialog will be displayed allowing you to edit an SQL replacement.

Removing an SQL replacementCopy link to this sectionLink to this section copied!

Use the [ Remove ] button, the “Remove” context menu item or press the Delete key while an element from the list is selected.

SQL Script Replacement DialogCopy link to this sectionLink to this section copied!

This page allows you to create an SQL script replacement.

SQL Replace Dialog

Find & ReplaceCopy link to this sectionLink to this section copied!

Find WhatCopy link to this sectionLink to this section copied!

Enter the string that you intend to replace.

Replace WithCopy link to this sectionLink to this section copied!

Enter the string that you intend to use as a replacement for the matches to the text entered into the "Find What" text box. This field is of Formatted Type and can be edited with Smart Edit Control.

OptionsCopy link to this sectionLink to this section copied!

Match caseCopy link to this sectionLink to this section copied!

Searches only for occurrences that match the combination of uppercase and lowercase characters you enter in the "Find what" edit box and replaces the text with the combination of uppercase and lowercase characters you enter in the "Replace with" edit box.

Match whole wordCopy link to this sectionLink to this section copied!

Makes replacements for only whole words rather than text within words.