Skip to main content

Folder

The SSIS Catalog folder name to use for generated deployment script files.

The default value @@this is a placeholder that resolves to the project's own folder name, so each generated project deploys into a matching catalog folder. A blank value falls back to the project name. The resolved folder is used as the folder segment of the deployment path /{SSISDB}/{folder}/{project}/, and as the folder created by the optional folder creation command.

When to Change This Setting

Keep the default @@this to mirror the project structure in the SSIS Catalog. Set an explicit folder name to deploy all projects into a single shared catalog folder.

SettingInteraction
ServerThe server hosting the SSIS Catalog
SSISDBThe catalog database segment of the deployment path
Create FolderCreates this folder in the catalog as part of the deployment script

Notes

  • This setting is part of the SSIS settings category.
  • The default value for this setting is @@this.