PrepAway - Latest Free Exam Questions & Answers

You need to configure a logging methodology that meets the requirements while minimizing the amount of deploym

To facilitate the troubleshooting of SQL Server Integration Services (SSIS) packages, a
logging methodology is put in place.
The methodology has the following requirements:
The deployment process must be simplified.
All the logs must be centralized in SQL Server.
Log data must be available via reports or T-SQL.
Log archival must be automated.
You need to configure a logging methodology that meets the requirements while minimizing
the amount of deployment and development effort.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Open a command prompt and run the gacutil command.

B.
Open a command prompt and execute the package by using the SQL Log provider and
running the dtexecui.exe utility.

C.
Add an OnError event handler to the SSIS project.

D.
Use an msi file to deploy the package on the server.

E.
Configure the output of a component in the package data flow to use a data tap.

F.
Run the dtutil command to deploy the package to the SSIS catalog and store the
configuration in SQL Server.

G.
Open a command prompt and run the dtexec /rep /conn command.

H.
Open a command prompt and run the dtutil /copy command.

I.
Open a command prompt and run the dtexec /dumperror /conn command.

J.
Configure the SSIS solution to use the Project Deployment Model.
K.
Create a reusable custom logging component and use it in the SSIS project.

Explanation:
References:
http://msdn.microsoft.com/en-us/library/ms140246.aspx

http://msdn.microsoft.com/en-us/library/hh231187.aspx

9 Comments on “You need to configure a logging methodology that meets the requirements while minimizing the amount of deploym

  1. Mancuttz says:

    “J. Configure the SSIS solution to use the Project Deployment Model.” is correct cause it supports all the listed requerements by default.
    “…while MINIMIZING the amount of deployment and development effort…”




    0



    0
  2. Shaun says:

    Open a command prompt and execute the package by using the SQL Log provider and
    running the dtexecui.exe utility. This seems like a valid answer.

    I tested this by using the SQL Log provider and running the dtexecui.exe utility Log, entries are created in a dbo.sysssislog table in the database you specify.

    But it looks you cannot run report on this and the archival of old data is not automatic.

    If you configure the solution to Project Deployment Modal and deploy it to SSIS catalog , all these requirement like report and auto-archiving can be achieved.




    2



    0

Leave a Reply