1
0
Pedro Lopes d0d3e534d6 Update README.md 6 жил өмнө
..
PerfStats_Queries.sql 69caf71965 ReadTrace and SQL Nexus Analysis Queries 6 жил өмнө
README.md d0d3e534d6 Update README.md 6 жил өмнө
ReadTrace_Queries.sql 69caf71965 ReadTrace and SQL Nexus Analysis Queries 6 жил өмнө

README.md

ReadTrace and SQL Nexus Analysis Queries

Using RML Utilities (ReadTrace) to analyze your workloads?

Using SQL Nexus to make sense of all the information collected by PSSDiag or SQLDiag?

Did you know the database that supports these tools holds much more infromation than the UI Reports provide?

The queries in the two scripts here allow you to tap into that rich information - be sure to check them out!

The scripts are:

  • ReadTrace_Queries: can be used in the database created by ReadTrace or SQLNexus alike. These tools normalize the queries as they're being processed into the datbase so that reports can be renedered. This also means that sometimes the normalized query can't be used for repro purposes directly.
  • PerfStats_Queries: can be used to collected information that is somewhat equivalent to the INteresting Events report in ReadTrace, but the source if the PerfStats script executed by PSSDiag/SQLDiag which is based on DMV collection.