What is a simple way to trace the performance of queries. I want to check the duration of the queries and how many physical reads, then print out the results when I want to save the results. The purpose is to get some statistics before I add indexes to some of the tables. Also, to check the performance of stored procedures. Then, later to check some update queries.
If somebody can tell me the steps to take, I will appreciate it. I am familiar with Query Analyzer and Enterprise Manager, but I am not sure how to make use of Sql Profiler.
Thank you,
Jerry
If somebody can tell me the steps to take, I will appreciate it. I am familiar with Query Analyzer and Enterprise Manager, but I am not sure how to make use of Sql Profiler.
Thank you,
Jerry