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 Development1. 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.)

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 Development1. 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.)

Answer:

Explanation:
http://msdn.microsoft.com/en-us/library/hh479588.aspx
http://msdn.microsoft.com/en-us/library/hh213230.aspx
http://msdn.microsoft.com/en-us/library/hh213214.aspx
http://sqlblog.com/blogs/jamie_thomson/archive/2010/11/13/ssis-server-catalogs-environmentsenvironment-variables-in-ssis-in-denali.aspx



Leave a Reply 1

Your email address will not be published. Required fields are marked *


CorvusAlpha

CorvusAlpha

1. In the SSIS catalog create an Environment named DevelopmentEnv
2. In the DevelopmentEnv Environment, create an Environment Variable. Name the Environment variable….
3. In the Project configuration create an Environment reference…
4. In the SQL Agent Job …