You are analyzing application performance and notice one or more data transforms exceeding preferred performance parameters.
Which of the following performance tools do you use to help troubleshoot the issue?
You are analyzing application performance and notice one or more data transforms exceeding preferred performance parameters.
Which of the following performance tools do you use to help troubleshoot the issue?
The Performance Profiler is useful for identifying specific steps within data transforms or activities that may be causing performance issues. It helps in pinpointing exactly where the problem lies, making it an appropriate tool for troubleshooting performance issues in data transforms.
C: The Performance Profiler is useful when determining which part of the process might be having performance issues, or identifying the particular step of a data transform or activity that might have a performance issue.
D is correct answer. Profiler is for individual steps of DT
Inital i tought it would be D, but i think the Key word is "used to help troubleshoot the issue?". The Perforamce Analyzer is just a collection of counters and timer readings, stored in the requestor, that can be used to analyze performance issues in a system.This doesnt help troubleshooting. The Performance Profiler tool can see each individual step of a DT which will help with Troubleshooting