This will be for a contingency restore in the event the newly modified and deployed pkg w/ the same name, does not work. What is the best way to do this?- we're using SQL 2014 Enterprise- we have dozens of SSIS pkg's deployed to SSISDB in various folders (eg. PKG_A resides in FOLDER_1 under SSISDB in the Integration Services Catalog)- we're planning on deploying a modifed pkg, PKG_A, into FOLDER_1 under SSISDB on Integration Services Catalog which will overwrite the current PKG_AI realize the developers should be using a versioning tool like SOURCE SAFE to accommodate this but I want to know how to do this directly on the SQL Server. I'd like to RENAME the existing Pkg, PKG_A, as PKG_A_backup but there is no rename option when I right click on the actual pkg name.
↧