catalog.rename_folder (SSISDB Database)
Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory
Applies to: SQL Server
Renames a folder in the Integration Services catalog.
Syntax
catalog.rename_folder [ @old_name = ] old_name , [ @new_name = ] new_name
Arguments
[ @old_name = ] old_name
The original name of the folder. The old_name is nvarchar(128).
[ @new_name = ] new_name
The new name of the folder. The new_name is nvarchar(128).
Return Code Value
None
Result Sets
None
Permissions
This stored procedure requires one of the following permissions:
Membership to the ssis_admin database role
Membership to the sysadmin server role
Errors and Warnings
The following list describes some conditions that may raise an error or warning:
The original folder name is not valid
The new name has already been used on an existing folder