DRAG DROP
You develop a SQL Server Integration Services (SSIS) project named Project1 by using
SQL Server Data Tools (SSDT). Project1 contains a package named Package1.
You add a project parameter named EnvironmentText to Project1.
In SQL Server Management Studio (SSMS), you create the SSIS catalog.
You have the following requirements:
Configure Package1 so it can run within either a development environment or a test environment.
Pass the value of an SSIS environment variable to the EnvironmentText project parameter.
The value of the environment variable must be different for each SSIS environment.
You need to deploy the SSIS project and configure the SSIS environment.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)
Answer: See the explanation.
The answer is wrong:
https://msdn.microsoft.com/en-us/library/hh213290.aspx
Legacy Package Deployment Model deploys to msdb. So there will be no SSIS catalog or environment variable to be created…
The answer is:
Create a folder in SSIS catalog.
deploy in project mode.Create environments.
map environments.
Dim, I agree with you
Agree
ok