PrepAway - Latest Free Exam Questions & Answers

Which setting should you use?

HOTSPOT
You are developing a SQL Server Integration Services (SSIS) package.
OnError and OnWarning events must be logged for viewing in the built-in SSIS reports by
using SQL Server Management Studio.
You need to execute the package and minimize the number of event types that are logged.
Which setting should you use? (To answer, change the appropriate setting in the answer area.)

PrepAway - Latest Free Exam Questions & Answers

Answer:

5 Comments on “Which setting should you use?

  1. Israel says:

    http://www.mattmasson.com/2011/12/what-events-are-included-in-the-ssis-catalog-log-levels/

    Of course now that I look at it, it’s a toss up. There is no logging level that just shows on error and onwarning data. The Basic shows all events and the performance also shows the actual performance data of the different data flow components. I guess if you’re most interested in the unimportant goal of logging the least number of different events it would be performance because while it logs less events, there is more overhead because the data it does log takes longer to accumulate. Again a real world goal would be either logging to tune the ssis or logging to accomodate basic everyday function. Stupid question.




    0



    0
  2. Aakaash says:

    It will be “Performance” because:

    1) “Performance” mode just logs 2 events OnError and OnWarning. By the way, there are hell lot of events like OnPreExecute, OnPostExecute, OnQueryCancel, OnExecStatusChanged, etc. This question asks specifically “minimize the number of event types that are logged”

    2) “Basic” mode logs all events.

    Reference: https://docs.microsoft.com/en-gb/sql/integration-services/performance/integration-services-ssis-logging




    0



    0

Leave a Reply