70-463 · Question #19
70-463 Question #19: Real Exam Question with Answer & Explanation
The correct answer is C: Environment Variable. In the Project Deployment model, package and project parameters are supplied at execution time through SSIS catalog Environments and their Environment variables, not through legacy configuration files. Each SQL Agent job can reference a different Environment that holds a differen
Question
Options
- A.dtsConfig file
- BRegistry Entry
- CEnvironment Variable
- DParent Package Variable
- EXML Configuration File
Explanation
In the Project Deployment model, package and project parameters are supplied at execution time through SSIS catalog Environments and their Environment variables, not through legacy configuration files. Each SQL Agent job can reference a different Environment that holds a different folder path value.
Common mistakes.
- A. .dtsConfig files are a Package Deployment model configuration type that is not supported in the Project Deployment model.
- B. Registry Entry configuration is a Package Deployment model mechanism that stores values in the Windows registry and is not compatible with the Project Deployment model.
- D. Parent Package Variable configuration requires the package to be executed as a child package by a parent package using an Execute Package task, but here independent SQL Agent jobs call the package directly.
- E. XML Configuration files are a Package Deployment model feature and are not used to supply runtime parameter values in the Project Deployment model.
Concept tested. SSIS Project Deployment model parameter passing via catalog Environment variables
Community Discussion
No community discussion yet for this question.