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 anotherExecute 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.)Select and Place:
DRAG DROP -You are developing a SQL Server Integration Services (SSIS) package to insert new data into a data mart. The package uses a Lookup transformation to find matches between the source and destination.The data flow has the following requirements:✑ New rows must be inserted.✑ Lookup failures must be written to a flat file.In the Lookup transformation, the setting for rows with no matching entries is set to Redirect rows to no match output. You need to configure the package to direct data into the correct destinations.How should you design the data flow outputs? (To answer, drag the appropriate transformation from the list of answer options to the correct location in the answer area.)Select and Place:
You are installing the Data Quality Client on user desktops.You need to ensure that the prerequisite software components are installed.Which two components must be present to meet this goal? Each correct answer presents part of the solution.
You are creating a SQL Server Master Data Services (MDS) model. This model is used to store a master list of products.An attribute must be added to the Product entity to define the sales manager responsible for each product.You need to create an attribute in the Product entity that prevents users from entering invalid sales manager values.Which type of attribute should you create?
You are completing the installation of the Data Quality Server component of SQL Server Data Quality Services (DQS).You need to complete the post-installation configuration.What should you do?
You maintain a SQL Server Integration Services (SSIS) package. The package was developed by using SQL Server 2008 Business Intelligence DevelopmentStudio (BIDS).The package includes custom scripts that must be upgraded.You need to upgrade the package to SQL Server 2012.Which tool should you use?