Append Procedure Name
The string to append to procedure names.
The value can act as either a prefix or a suffix on generated stored procedure names: a value ending with an underscore (like the default flex_) is used as a prefix, a value starting with an underscore is used as a suffix, and a blank value — or any value without a leading or trailing underscore — falls back to the flex_ prefix.
When to Change This Setting
Change it to fit your warehouse's naming convention for the generated load procedures. The value must start or end with an underscore to take effect; anything else reverts to flex_.
Related Settings
| Setting | Interaction |
|---|---|
| Append Load From Psa Name | Additional suffix on the reload variant of the generated procedures |
Notes
- This setting is part of the Naming settings category.
- The default value for this setting is
flex_.