Hi All,
I have the following questions on Package Deployment using SSIS Catalog.
1. Can we deploy a single package in SSIS Catalog without affecting the other packages that are already deployed.
2. We created a package having lot of script tasks which was configured using SQL Server configuration table to pass the values from table to script variables. Now we need to use environment variable in place of Configuration table. If I do not use the Configuration from SSIS configuration table then I will not able to see any input parameters for the package to map them from environment variables.
Thanks,
Vishal Jharwade