Author |
Topic |
chorofonfilo
Starting Member
40 Posts |
Posted - 2012-09-07 : 16:48:23
|
Hi to everyone and thanks for your help in advance.I am using client statistics for the first times, and every time I am using the reset button to clear them up, the oldest trials are still showing up.How can I effectively delete the client statistics so all new trials start all over?.Perseverance worths it...:) |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
chorofonfilo
Starting Member
40 Posts |
Posted - 2012-09-07 : 17:15:33
|
quote: Originally posted by tkizer It doesn't seem that you have a SQL Server question. Could you explain in greater detail?Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog
Hi Tara I'll try again. Basically I am using Sql Server 2005 Client Statistics option of the Management Studio to measure the performance of a query. I am trying to delete the old information for each trial set by the statistics feature on my query using "Reset Client Statistics" button, but the deletion isn't performed and is still showing the data of the old trials eg:Trial 2 Trial 1 Average0 0 0.0000 1 1 0.00002 2 1.70000 0 0.0000I wonder how can I do to delete the old info (Trial 2,Trial1) and start all over again. Thank youPerseverance worths it...:) |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
chorofonfilo
Starting Member
40 Posts |
Posted - 2012-09-07 : 17:20:02
|
quote: Originally posted by tkizer I am not familiar with that option. I use SET STATISTICS TIME ON and SET STATISTICS IO ON when doing performance testing. I also examine the execution plans. Be sure to free the procedure cache and drop the clean buffers in between each test.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog
Sounds like the way to go. Could you please tell me how to free the procedure cache and clean the buffers?. Thank youPerseverance worths it...:) |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
chorofonfilo
Starting Member
40 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
chorofonfilo
Starting Member
40 Posts |
|
|