Which task should you select?
You need to display the parameters that have been generated for the Connection Manager
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.
Which three steps should you perform in sequence?
You are building a SQL Server Integration Services (SSIS) package to load data from all files that are
automatically copied to a directory each night through an external FTP process. You need to load data from all
copied files to a destination table in SQL Server. 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.)
Which four actions should you perform in sequence?
You administer a Microsoft SQL Server database. Service accounts for SQL Agent are configured to use a
local user. A Microsoft SQL Server Integration Services (SSIS) job step has been created within a SQL Server
Agent job. The SSIS package accesses a network share when exporting data from a SQL Server database.
When you execute the SQL Server Agent job, it failsdue to a permissions failure on a share on a remote
server. You need to ensure that the SQL Server Agent job can execute the SSIS package. Which four 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.)
what sequence should you order four of the listed components for the data flow task?
You are creating a SQL Server Integration Services (SSIS) package to populate a fact table from a source
table. The fact table and source table are located in a SQL Azure database. The source table has a price field
and a tax field. The OLE DB source uses the data access mode of Table. You have the following
requirements:
• The fact table must populate a column named TotalCost that computes the sum of the price and tax columns.
• Before the sum is calculated, any records that have a price of zero must be discarded.
You need to create the SSIS package in SQL Server Data Tools.
In what sequence should you order four of the listed components for the data flow task? (To answer, move the
appropriate components from the list of components to the answer area and arrange them in the correct order.)
Which three actions should you perform in sequence?
You are designing a SQL Server Integration Services(SSIS) package to execute 12 Transact-SQL (T-SQL)
statements on a SQL Azure database. The T-SQL statements may be executed in any order. The T-SQL
statements have unpredictable execution times. You have the following requirements:
• The package must maximize parallel processing of the T-SQL statements.
• After all the T-SQL statements have completed, a Send Mail task must notify administrators.
You need to design the SSIS package. 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.)
Which three steps should you perform in sequence?
You are editing a SQL Server Integration Services (SSIS) package that uses checkpoints.
The package performs the following steps:
1. Download a sales transaction file by using FTP.
2. Truncate a staging table.
3. Load the contents of the file to the staging table.
4. Merge the data with another data source for loading to a data warehouse.
The checkpoints are currently working such that if any of the four steps fail, the package will restart from the
failed step the next time it executes. You need to modify the package to ensure that if either the Truncate
Staging Table or the Load Sales to Staging task fails, the package will always restart from the Truncate Staging
Table task the next time the package runs. 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.)
Which three stored procedures should you execute in sequence?
A new SQL Server Integration Services (SSIS) project is deployed to the SSIS catalog. To troubleshoot some
data issues, you must output the data streaming through several data flows into text files for furtheranalysis.
You have the list of data flow package paths and identification strings of the various task componentsthat must
be analyzed. You need to create these output files with the least amount of administrative and development
effort. Which three stored procedures should you execute in sequence? (To answer, move the appropriate
actions from the list of actions to the answer areaand arrange them in the correct order.)
Which three actions should you perform in sequence?
You are building a fact table in a data warehouse. The table must have a columnstore index. The table cannot
be partitioned. You need to design the fact table and load it with data. 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.)
Which three steps should you perform in sequence?
You are developing a SQL Server Integration Services (SSIS) package that is ready for deployment to a
production server. The package contains sensitive information secured by using the
EncryptSensitiveWithUserKey package protection level. You are preparing the package for deployment by the
production operations team. You need to ensure thatthe production operations team can open and execute the
package without re-entering the sensitive information. 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.)