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 theanswer area and arrange them in the correct order.)
Answer:
Explanation:
References:
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
Create an execute SQL task named Set Batch Failure to mark the batch as failed.
Connect the Create Batch and Load Products tasks to the Set Batch Failure task with failure constraint.
Set the Multiple Constraints option to Logical OR.