Renames a folder in the Integration Services catalog.
rename_folder [ @old_name = ] old_name , [ @new_name = ] new_name
The original name of the folder. The old_name is nvarchar(128).
The new name of the folder. The new_name is nvarchar(128).
None
This stored procedure requires one of the following permissions:
Membership to the ssis_admin database role
Membership to the sysadmin server role
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