nerdexam
Microsoft

70-463 · Question #171

You develop a SQL Server Integration Services (SSIS) package in a project by using the Project Deployment Model. It is regularly executed within a multi-step SQL Server Agent job. You make changes…

The correct answer is B. After 10 executions, in SQL Server Management Studio, view the Execution Performance. The All Executions Report displays a summary of all Integration Services executions that have been performed on the server. There can be multiple executions of the sample package. Unlike the Integration Services Dashboard report, you can configure the All Executions report to…

Configure and deploy SSIS solutions

Question

You develop a SQL Server Integration Services (SSIS) package in a project by using the Project Deployment Model. It is regularly executed within a multi-step SQL Server Agent job. You make changes to the package that should improve performance. You need to establish if there is a trend in the durations of the next 10 successful executions of the package. You need to use the least amount of administrative effort to achieve this goal. What should you do?

Options

  • AAfter 10 executions, view the job history for the SQL Server Agent job.
  • BAfter 10 executions, in SQL Server Management Studio, view the Execution Performance
  • CEnable logging to the Application Event Log in the package control flow for the On
  • DEnable logging to an XML file in the package control flow for the OnPostExecute event.

How the community answered

(62 responses)
  • A
    6% (4)
  • B
    89% (55)
  • C
    2% (1)
  • D
    3% (2)

Explanation

The All Executions Report displays a summary of all Integration Services executions that have been performed on the server. There can be multiple executions of the sample package. Unlike the Integration Services Dashboard report, you can configure the All Executions report to show executions that have started during a range of dates. The dates can span multiple days, months, or years. The report displays the following sections of information. Shows the current filter applied to the report, such as the Start time range. - Execution Information Shows the start time, end time, and duration for each package execution. You can view a list of the parameter values that were used with a package execution, such as values that were passed to a child package using the Execute Package task.

Topics

#SSIS monitoring#execution performance report#SSISDB#package duration trends

Community Discussion

No community discussion yet for this question.

Full 70-463 Practice