Microsoft
70-458 · Question #136
You are developing a SQL Server Integration Services (SSIS) project by using the Project Deployment Model. The project is deployed to a single SSIS catalog, and transfers data to and from multiple…
The correct answer is C. Create one XML configuration file. Add a connection string for each target server. See the full explanation below for the reasoning.
Question
You are developing a SQL Server Integration Services (SSIS) project by using the Project Deployment Model. The project is deployed to a single SSIS catalog, and transfers data to and from multiple databases hosted on SQL Server. The project must be configured to be able to export data to and from five different production servers that run SQL Server 2012. Each target server requires different values for connection strings and parameters in the SSIS project. You need to meet the requirements by using the least amount of administrative effort. What should you do?
Options
- AFor each target server, create separate Environments in the SSIS catalog of the host
- BCreate one registry configuration. Add a connection string for each target server.
- CCreate one XML configuration file. Add a connection string for each target server.
- DFor each target server, create a separate package and include each package in the
How the community answered
(35 responses)- A14% (5)
- B9% (3)
- C74% (26)
- D3% (1)
Community Discussion
No community discussion yet for this question.