About the Stack Queries view
The Stack Queries view is the default view for all profiler results. To access this view directly, select Stack Queries from the View Type drop-down list of available views in the Server Tools screen. The Stack Queries view displays information about all the database queries that the profiler ran during its profiling session. The view presents this information in different tables in the Profiler Results area of the Profiler Analysis screen.
Stack/Query Summary table
The Stack/Query Summary table lists information about the stacks that the profiling run generated, along with timing and query information. Each separate row in the table contains information about a different profiler stack (Stack Name). Selecting a different stack updates the data shown in the Aggregated Queries table. You can ignore any stack row that references the profiler.
- For the web profiler, the stack name lists the beginning and ending screen of each server trip.
- For entry-point profilers, the stack name lists the name of the method, process, or other item about which the profiler collected data.
Aggregated Queries table
The Aggregated Queries table lists the database queries that occurred in the selected profiler stack. See Ways to use query information for tips on how to view the information in this table.
