Microsoft
70-458 · Question #99
Occasionally a job that executes an existing SQL Server Integration Services (SSIS) package does not complete and nothing is processed. You need to ensure that package logging occurs. Your solution…
The correct answer is C. Use the Project Deployment Wizard. See the full explanation below for the reasoning.
Question
Occasionally a job that executes an existing SQL Server Integration Services (SSIS) package does not complete and nothing is processed. You need to ensure that package logging occurs. Your solution must minimize deployment and development efforts. What should you do?
Options
- ACreate a reusable custom logging component.
- BUse the gacutil command.
- CUse the Project Deployment Wizard.
- DRun the package by using the dtexec /rep /conn command.
- EAdd a data tap on the output of a component in the package data flow.
- FCreate an OnError event handler.
- GUse the dtutil /copy command.
- HDeploy the package by using an msi file.
- JRun the package by using the dtexecui.exe utility and the SQL Log provider.
How the community answered
(32 responses)- C72% (23)
- D9% (3)
- G3% (1)
- H13% (4)
- J3% (1)
Community Discussion
No community discussion yet for this question.