Which SQL statement should you use?
You are developing a SQL Server Integration Services (SSIS) package that imports data into
a data warehouse. You add an Execute SQL task to the control flow.
The task must execute a simple INSERT statement. The task has the following
requirements:
The INSERT statement must use the value of a string package variable. The variable name
is StringVar.
The Execute SQL task must use an OLE DB Connection Manager.
In the Parameter Mapping tab of the Execute SQL task, StringVar has been added as the
only parameter.
You must configure the SQLStatement property of the Execute SQL task.
Which SQL statement should you use?
Which four actions should you perform in sequence by using SQL Server Management Studio?
DRAG DROP
You develop 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 Development!. 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 master.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 Development1 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.)
You need to identify which queries are taking longer than 1 second to run over an extended period of time
You administer a Microsoft SQL Server 2012 server. One of the databases on the server
supports a highly active OLTP application.
Users report abnormally long wait times when they submit data into the application.
You need to identify which queries are taking longer than 1 second to run over an extended
period of time.
What should you do?
Which components must be present to meet this goal?
You are installing the Data Quality Client on user desktops.
You need to ensure that the prerequisite software components are installed.
Which components must be present to meet this goal? (Each correct answer presents part
of the solution. Choose all that apply.)
How should you design the data flow outputs?
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.)
Which three steps should you perform in sequence?
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 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 the answer area and arrange them in the correct order.)
You need to ensure that the size of the transaction log file does not exceed 2 GB
You administer a Microsoft SQL Server 2012 database.
You need to ensure that the size of the transaction log file does not exceed 2 GB.
What should you do?
Which tool or tools should you use?
DRAG DROP
You administer a Microsoft SQL Server database that is used by an application.
Users of the application report performance issues.
You need to choose the appropriate tool for performance-tuning of SQL Server databases.
Which tool or tools should you use? (To answer, drag the appropriate tool or tools to their
corresponding task or tasks in the answer area.
Each tool may be used once, more than once, or not at all. You may need to drag the split
bar between panes or scroll to view content.)
Which type of attribute should you create?
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 need to ensure that Data File Autogrow operations use Instant File Initialization
You administer a Microsoft SQL Server 2012 server. The MSSQLSERVER service uses a
domain account named CONTOSO\SQLService.
You plan to configure Instant File Initialization.
You need to ensure that Data File Autogrow operations use Instant File Initialization.
What should you do? Choose all that apply.