70-463 · Question #132
70-463 Question #132: Real Exam Question with Answer & Explanation
The correct answer is A: Use a project deployment model.. The Project Deployment Model meets all three requirements. (1) It supports project-level and package-level parameters that can be set at execution time, allowing connection string values to be changed without modifying the package - ideal for promoting packages across environment
Question
Options
- AUse a project deployment model.
- BUse a package deployment model.
- CUse a package deployment model.
- DUse a project deployment model.
Explanation
The Project Deployment Model meets all three requirements. (1) It supports project-level and package-level parameters that can be set at execution time, allowing connection string values to be changed without modifying the package - ideal for promoting packages across environments. (2) It automatically logs all execution events (messages, warnings, errors) to the SSISDB catalog database, requiring no additional configuration. (3) Project-level connection managers and parameters are shared across all packages in the project, avoiding redundant initialization and maximizing execution performance. The Package Deployment Model does not support automatic SSISDB logging or project-level parameters, making it unsuitable here.
Community Discussion
No community discussion yet for this question.