Microsoft
70-458 · Question #34
You are editing a SQL Server Integration Services (SSIS) package that contains three Execute SQL tasks and no other tasks. The package and all three Execute SQL tasks have their TransactionOption…
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 package and all three Execute SQL tasks have their TransactionOption property set to Supported. You need to ensure that if any of the Execute SQL 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 tasks to Required.
- CMove the three Execute SQL tasks into a Sequence container.
- DMove the three Execute SQL tasks into a Foreach Loop container.
How the community answered
(22 responses)- A73% (16)
- B14% (3)
- C9% (2)
- D5% (1)
Community Discussion
No community discussion yet for this question.