You need to design an ETL process that meets the requir…
You are designing an extract, transform, load (ETL) process for loading data from a SQL Server database into
a large fact table in a data warehouse each day with the prior day’s sales data. The ETL process for the fact
table must meet the following requirements:
• Load new data in the shortest possible time.
• Remove data that is more than 36 months old.
• Ensure that data loads correctly.
• Minimize record locking.
• Minimize impact on the transaction log.
You need to design an ETL process that meets the requirements. What should you do? (More than one answer
choice may achieve the goal. Select the BEST answer.)
You need to design a solution that meets the requirements
You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project
that includes several SSIS packages. Each SSIS package will define the same connection managers and
variables. You have the following requirements:
• Ensure that the deployment model supports changing the content of connection strings by using parameters
at execution time.
• Ensure that the deployment model automatically starts from calls to the catalog.start_execution stored
procedure in the SSISDB database.
• Maximize performance at execution time.
• Minimize development effort.
You need to design a solution that meets the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
You need to create the SSIS catalog on the production server
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. What should you do?
(Each correct answer presents part of the solution. Choose all that apply.)
Which of the following is TRUE with regards to using th…
You work as a database administrator at ABC.com. The ABC.com network consists of a single domain named
ABC.com. ABC.com makes use of Microsoft SQL Server 2012 in their environment.
You have received reports regarding a current existing SQL Server Integration Services (SSIS) package not
completing its execution, and not transferring data. You have decided to make use of
the Project Deployment Model.
Which of the following is TRUE with regards to using the Project Deployment Model?
Which of the following represents the data type for thi…
You work as a senior database developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com. ABC.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior developers. You are discussing the
SorABCeyPosition property for a data flow.
Which of the following represents the data type for this property?
Which of the following is the replication type being di…
You work as a senior database administrator at ABC.com. The ABC.com network consists of a single domain
named ABC.com. ABC.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior administrators. You are discussing
replication type that is used when subscribers need to receive data, make changes offline, and later
synchronize changes with the Publisher and other Subscribers.
Which of the following is the replication type being discussed?
Which of the following is the event handler that you sh…
You work as a database administrator at ABC.com. The ABC.com network consists of a single domain named
ABC.com. ABC.com makes use of Microsoft SQL Server 2012 in their environment.
You are in the process of creating a SQL Server Integration Services (SSIS) package. The package will be
configured upload a file to a table in a SQL Azure database.
You need to make sure that the code includes an event handler that makes use of an executable to raise the
event when its verification is completed.
Which of the following is the event handler that you should use?
Which of the following is the output option?
You work as a senior database administrator at ABC.com. The ABC.com network consists of a single domain
named ABC.com. ABC.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior administrators. You are discussing the
use of Slowly Changing Dimension Transformation Outputs. One of the output options are used to update the
record in the lookup table.
Which of the following is the output option?
Which of the following is TRUE with regards to using ad…
You work as a senior database administrator at ABC.com. The ABC.com network consists of a single domain
named ABC.com. ABC.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior administrators. You are discussing the
use of the add_data_tap stored procedure.
Which of the following is TRUE with regards to using add_data_tap stored procedure? (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?