You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project that includes several SSIS packages. Each SSIS package will define the same connection managers and variables.
You have the following requirements:
✑ Ensure that the deployment model supports changing the content of connection strings by using parameters at execution time.
✑ Ensure that the deployment model automatically starts from calls to the catalog.start_execution stored procedure in the SSISDB database.
✑ Maximize performance at execution time.
✑ Minimize development effort.
You need to design a solution that meets the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
Comments