Viewing 15 posts - 31 through 45 (of 49 total)
Hi Toby,
I would hope the output from this utility is much easier to read and interpret, with consolidated results for a batch of SQL. Additionally, the ‘Actual Executing Plan’ option...
September 17, 2009 at 8:05 am
Hi Mathew,
The utility records all index activity on the database, not just that which belongs to the SQL you’re running.
So it might be better to schedule the utility to...
September 17, 2009 at 3:11 am
Hi Jonathan
Thanks for your question.
In a word... “simplicity!”
I wanted the code to be simple and understandable to a wide audience. Not everyone will be familiar with using XML and XQUERY,...
August 4, 2009 at 5:57 am
Hi Gregory,
Thanks for the updated routine. The derivation of the database from the plan attributes is very useful!
Thanks
Ian
June 15, 2009 at 1:54 am
Hi mishaluba
Yes, the columns represent an index with multiple columns, and the columns should be created in the order listed. The Column group ‘usage’ will inform you if the index...
June 15, 2009 at 1:49 am
Hi Paul,
Thanks for the information about the performance dashboard, its reports are very useful for tracking down a variety of performance problems. They work off the underlying DMVs, to explore...
June 15, 2009 at 1:42 am
Hi,
Typically the usecount represents the number of times the plan has run since it was last recompiled (maybe due to stats changing, environment variables changing, etc), or since the sql...
June 11, 2009 at 2:56 pm
Hi Brian,
I think it is the same. For indexes you won’t see much difference other than it shows you what is missing from the all plans that have been run...
June 11, 2009 at 8:52 am
Hi,
The code in the article seems to run ok (just run it in myself). But the code in the resources section (perftips.sql ) has formatting errors!
Remember the routine only...
June 11, 2009 at 2:43 am
Hi,
I’m glad you liked the article, it’s quite interesting to see what is happening with SQL Server and SQL.
I hadn’t really thought about creating a view, I typically create utilities...
October 28, 2008 at 10:48 am
Hi,
from the feedback, I’m not sure if people have understood this article completely.
The article discusses how to identify queries that are running slower than normal i.e. ones that seem to...
August 17, 2008 at 11:27 am
Hi Andy,
Impedance is a measure of how slow the query is performing in terms of CPU usage, taking into account the amount of IO used. Sorting the results on Impedance...
August 14, 2008 at 4:14 am
Hi Jereme,
I agree with your thoughts completely. I think this article is a new and interesting look on a familiar problem. Unfortunately it has been let down by bad editing....
August 7, 2008 at 9:03 am
Hi Ray,
Thanks for your feedback.
About your caution… it should not be a problem here. This is because the utility is measuring at the individual SQL statement level, the active...
August 7, 2008 at 7:40 am
Hi,
For SQL Server 2000, you can use SQL Server Trace (that contains a Duration column) to determine what SQL is running slowly (this is different from this article, which is...
August 7, 2008 at 7:01 am
Viewing 15 posts - 31 through 45 (of 49 total)