You need to establish the best technique to log these invalid rows while minimizing the amount of development
You are writing a SQL Server Integration Services (SSIS) package that transfers data from a legacy
system.
Data integrity in the legacy system is very poor. Invalid rows are discarded by the package but must be
logged to a CSV file for auditing purposes.
You need to establish the best technique to log these invalid rows while minimizing the amount of
development effort.
What should you do?
You need to ensure that the custom object is deployed on the test environment correctly
You are deploying a new SQL Server Integration Services (SSIS) project to the test environment.
A package in the project uses a custom task component.You need to ensure that the custom object is deployed on the test environment correctly.
What should you do?
You need to ensure that the project is deployed to the production environment with the least amount of adminis
You are deploying a project to the SQL Server Integration Services (SSIS) catalog.
You need to ensure that the project is deployed to the production environment with the least amount of
administrative effort.
What should you do?
You need to configure a logging methodology that meets the requirements while minimizing the amount of deploym
To ease the debugging of packages, you standardize the SQL Server Integration Services (SSIS) package
logging methodology.
The methodology has the following requirements:
• Centralized logging in SQL Server
• Simple deployment
• Availability of log information through reports or T-SQL
• Automatic purge of older log entries
• Configurable log details
You need to configure a logging methodology that meets the requirements while minimizing the amount
of deployment and development effort.
What should you do?
Which hierarchy type should you use?
You are creating a SQL Server Master Data Services (MDS) model for a company.
The source data for the company is stored in a single table that contains the manager-to-subordinate
relationships.
You need to create a hierarchy representing the organizational structure of the company.
Which hierarchy type should you use?
You need to complete the mapping of the Group column
You are using the Knowledge Discovery feature of the Data Quality Services (DQS) client application to
modify an existing knowledge base.
In the mapping configuration, two of the three columns are mapped to existing domains in the
knowledge base. The third column, named Group, does not yet have a domain.
You need to complete the mapping of the Group column.
What should you do?
Which SQL Server application should you use?
You are installing SQL Server Data Quality Services (DQS).
You need to give specific users access to the Data Quality Server.
Which SQL Server application should you use?
You need to design a solution that gives the application access to the product data with the least amount of d
You manage a SQL Server Master Data Services (MDS) environment.A new application requires access to the product data that is available in the MDS repository.
You need to design a solution that gives the application access to the product data with the least
amount of development effort.
What should you do?
You need to ensure that if any of the three Execute SQL product tasks fail, all three tasks will roll back the
You are editing a SQL Server Integration Services (SSIS) package that contains three Execute SQL tasks
and no other tasks. The three Execute SQL tasks modify products in staging tables in preparation for a
data warehouse load.
The package and all three Execute SQL product tasks have their TransactionOption property set to
Supported.
You need to ensure that if any of the three Execute SQL product tasks fail, all three tasks will roll back
their changes.
What should you do?
Which four actions should you perform in sequence by using SQL Server Management Studio?
DRAG DROP
You are developing a SQL Server Integration Services (SSIS) project by using the Project Deployment
model.
The project contains many packages. It is deployed on a server named SQLTest1. The project will be
deployed to several servers that run SQL Server 2012.
The project accepts one required parameter. The data type of the parameter is a string.
A SQL Agent job is created that will call the Loading.dtsx package in the project. A job step is created for
the SSIS package.
The job must pass the value of an SSIS Environment Variable to the project parameter. The value of the
Environment Variable must be configured differently on each server that runs SQL Server. The value of
the Environment Variable must provide the server name to the project parameter.
You need to configure SSIS on the SQLTest1 server to pass the Environment Variable to the package.
Which four actions should you perform in sequence by using SQL Server Management Studio?
(To answer, move the appropriate actions from the list of actions to the answer area and arrange them
in the correct order.)