Microsoft
70-458 · Question #25
You are editing a SQL Server Integration Services (SSIS) package that contains three Execute SQL tasks and no other tasks. The three Execute SQL tasks modify products in staging tables in…
The correct answer is A. Change the TransactionOption property of the package to Required. See the full explanation below for the reasoning.
Question
You are editing a SQL Server Integration Services (SSIS) package that contains three Execute SQL tasks and no other tasks. The three Execute SQL tasks modify products in staging tables in preparation for a data warehouse load. The package and all three Execute SQL product tasks have their TransactionOption property set to Supported. You need to ensure that if any of the three Execute SQL product tasks fail, all three tasks will roll back their changes. What should you do?
Options
- AChange the TransactionOption property of the package to Required.
- BChange the TransactionOption property of all three Execute SQL product tasks to Required.
- CMove the three Execute SQL product tasks into a Foreach Loop container.
- DMove the three Execute SQL product tasks into a Sequence container.
How the community answered
(32 responses)- A72% (23)
- B9% (3)
- C16% (5)
- D3% (1)
Community Discussion
No community discussion yet for this question.