DRAG DROP
You are building a SQL Server Integration Services (SSIS) package to load product data sourced from
a SQL Azure database to a data warehouse. Before the product data is loaded, you create a batch
record by using an Execute SQL task named Create Batch. After successfully loading the product
data, you use another Execute SQL task named Set Batch Success to mark the batch as successful.
You need to create and execute an Execute SQL task to mark the batch as failed if either the Create
Batch or Load Products task fails. Which three steps should you perform in sequence? (To answer,
move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Explanation:
Reference:
http://msdn.microsoft.com/en-us/library/ms141003.aspx
http://msdn.microsoft.com/en-us/library/ms141261.aspx
http://msdn.microsoft.com/en-us/library/ms141722.aspx
http://msdn.microsoft.com/en-us/library/ms139895.aspx
Logical OR seems wrong
The correct Answer seems to be:
1. Create an Execute SQL task named “Set Batch Failure” to mark the batch as failed
2. Connect the “Create Batch” and “Load Products” tasks to the “Set Batch Failure” task with failure constraints.
3. Set the “Multiple Constraints” option to “Logical OR”
Your answer is right, Horse!
Crasy Horse #2 is correct!
Agree. Crazy Horse seems correct!
Agree with Crasy Horse