Which transformation should you use?
DRAG DROP
You use SQL Server Integration Services (SSIS) for extract, transformation, load (ETL) processing.
Issues concerning addresses are discovered in the data warehouse that you manage. Validation must
separate the addresses into three categories:
Valid addresses
Autocorrected addresses
Invalid addresses
You need to enhance the SSIS packages to perform address validation by using an external service.
Which transformation should you use? (To answer, drag the appropriate transformation from the list of
options to the correct location or locations in the answer area.)
You need to ensure that the Merge Join transformation works correctly without additional transformations
You are developing a data flow transformation to merge two data sources. One source contains product
data and the other source contains data about the country in which the product was manufactured.
Both data sources contain a two-character CountryCode column and both use SQL Server. Both data
sources contain an ORDER BY clause to sort the data by the CountryCode column in ascending order.
You use a Merge Join transformation to join the data.
You need to ensure that the Merge Join transformation works correctly without additional
transformations.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
Which transformation types should you use?
You are creating a SQL Server Integration Services (SSIS) package to retrieve product data from two
different sources. One source is hosted in a SQL Azure database. Each source contains products for
different distributors.
Products for each distributor source must be combined for insertion into a single product table
destination.
You need to select the appropriate data flow transformation to meet this requirement.
Which transformation types should you use? (Each correct answer presents a complete solution. Choose
all that apply.)
Which page of the Lookup Transformation Editor should you select to configure the query?
HOTSPOT
You are developing a data flow to load sales data into a fact table. In the data flow, you configure a
Lookup Transformation in full cache mode to look up the product data for the sale.
The lookup source for the product data is contained in two tables.
You need to set the data source for the lookup to be a query that combines the two tables.
Which page of the Lookup Transformation Editor should you select to configure the query? To answer,
select the appropriate page in the answer area.
You need to design a package to change a variable value during package execution by using the least amount of
You are developing a SQL Server Integration Services (SSIS) package.
You need to design a package to change a variable value during package execution by using the least
amount of development effort.
What should you use?
You need to define and reuse the flat file connection in all project packages
You are using SQL Server Data Tools to develop a SQL Server Integration Services (SSIS) project.
The first package that you create in this project contains a package connection that accesses a flat file.
Additional packages in the project must also access this file.
You need to define and reuse the flat file connection in all project packages.
What should you do?
Which three actions should you perform in sequence?
DRAG DROP
A Data Flow task in a SQL Server Integration Services (SSIS) package produces run-time errors.
You need to edit the package to log specific error messages.
Which three actions 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.)
You need to reuse the Fuzzy Lookup match index to increase performance and reduce maintenance
You are designing a SQL Server Integration Services (SSIS) package that uses the Fuzzy Lookup
transformation.
The reference data to be used in the transformation does not change.
You need to reuse the Fuzzy Lookup match index to increase performance and reduce maintenance.
What should you do?
Which stored procedure should you use?
You are using a SQL Server Integration Services (SSIS) project that is stored in the SSIS catalog. An
Environment has been defined in the SSIS catalog.
You need to add the Environment to the project.
Which stored procedure should you use?
Which package configuration should you use?
You are developing a SQL Server Integration Services (SSIS) package that imports data into a data
warehouse hosted on SQL Azure.
The package uses a Foreach container to process text files found in a folder. The package must be
deployed to a single server by using the Project Deployment model.
Multiple SQL Server Agent jobs call the package. Each job is executed on a different schedule. Each job
passes a different folder path to the package.
You need to configure the package to accept the folder path from each job.
Which package configuration should you use?