Which data flow transformation should you use?
You are designing a SQL Server Integration Services (SSIS) data flow to load sales
transactions from a source system into a data warehouse hosted on SQL Azure. One of the
columns in the data source is named ProductCode.
Some of the data to be loaded will reference products that need special processing logic in
the data flow.
You need to enable separate processing streams for a subset of rows based on the source
product code.
Which data flow transformation should you use?
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 answer presents a part of the solution. Choose
all that apply.)
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 command should you use?
You are developing a SQL Server Integration Services (SSIS) package.
The package is stored as the myPackage.dtsx file in the root directory of the C drive of the
SSIS server.
You need to run the package from the command prompt.
Which command should you use?
How should you develop the data flow?
DRAG DROP
You are developing a SQL Server Integration Services (SSIS) package that imports unsorted
data into a data warehouse hosted on SQL Azure.
You have the following requirements:
A destination table must contain all of the data in two source tables.
Duplicate records must be inserted into the destination table.
You need to develop a data flow that imports the data while meeting the requirements.
How should you develop the data flow? (To answer, drag the appropriate transformation
from the list of transformations to the correct location in the answer area.)
You need to display the parameters that have been generated for the Connection Manager
HOTSPOT
You are editing a SQL Server Integration Services (SSIS) project named Project1 in SQL
Server Data Tools.
A package Connection Manager has been parameterized with project scope.
You need to display the parameters that have been generated for the Connection Manager.
What should you use? To answer, select the appropriate setting or settings in the answer
area.
You need to ensure that package logging occurs
You are troubleshooting an existing SQL Server Integration Services (SSIS) package. On
several occasions, the package execution does not finish and no data seems to have been
transferred.
You need to ensure that package logging occurs. Your solution must minimize deployment
and development efforts.
What should you do?
You need to establish the best technique to log these invalid rows while keeping the amount of development eff
You are implementing a SQL Server Integration Services (SSIS) package that loads data
hosted in a SQL Azure database into a data warehouse.
The source system contains redundant or inconsistent data. When the package finds invalid
data, the row containing the invalid data must be omitted but it must also be written to a text
file for further analysis.
You need to establish the best technique to log these invalid rows while keeping the amount
of development effort to a minimum.
What should you do?
You need to ensure that more accurate matches are made by the Fuzzy Lookup transformation without degrading pe
You develop a SQL Server Integration Services (SSIS) package that imports SQL Azure
data into a data warehouse every night.
The SQL Azure data contains many misspellings and variations of abbreviations. To import
the data, a developer used the Fuzzy Lookup transformation to choose the closest-matching
string from a reference table of allowed values. The number of rows in the reference table is
very large.
If no acceptable match is found, the Fuzzy Lookup transformation passes a null value.
The current setting for the Fuzzy Lookup similarity threshold is 0.50.
Many values are incorrectly matched.
You need to ensure that more accurate matches are made by the Fuzzy Lookup
transformation without degrading performance.
What should you do?
You need to create the SSIS catalog on the production server and ensure that the operations log cleaning requi
You install a SQL Server 2012 database engine instance on a production server. A month
later, you install SQL Server 2012 Integration Services (SSIS).
You must develop an SSIS project and deploy it to the server by using the Project
Deployment model.
Operations log records that are outside the configured retention period must be cleaned
automatically.
You need to create the SSIS catalog on the production server and ensure that the
operations log cleaning requirement is met.
What should you do? (Each correct answer presents part of the solution. Choose all that
apply.)