Bläddra i källkod

Update README.md

Pedro Lopes 6 år sedan
förälder
incheckning
d0d3e534d6
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      SQL-Nexus-and-ReadTrace-Analysis-Scripts/README.md

+ 2 - 2
SQL-Nexus-and-ReadTrace-Analysis-Scripts/README.md

@@ -9,5 +9,5 @@ Did you know the database that supports these tools holds much more infromation
 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.
+-  **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.