Uncover Hidden SQL Server Data to Optimize Application Performance
Many application performance problems can be traced to poorly performing database queries; however, there are many ways you can improve database performance. SQL Server 2005 gathers a lot of information that you can use to identify the causes of such performance issues.
In the January issue of MSDN Magazine, Ian Stirk highlights areas where performance can be improved by using information that is already being gathered by SQL Server 2005. Ian demonstrates how to obtain this information, discusses the underlying DMVs, identifies any caveats to be aware of when interpreting the data, and points you to additional areas where you might be able to realize performance improvements.
Ian includes a series of SQL scripts that detail the various aspects of the data collected by SQL Server 2005. The complete and fully commented scripts can be explored online or downloaded from the MSDN Magazine Web site.
Technorati Tags: SQL Server, performance
Comments
Anonymous
January 10, 2008
Very useful!Anonymous
January 10, 2008
Excellent article, I didn't know all this information was available for free. Thank you!Anonymous
January 10, 2008
PingBack from http://www.ditii.com/2008/01/10/optimize-application-performance-by-uncovering-hidden-sql-server-data/Anonymous
January 16, 2008
Very Good insight into writing good queries and tweaking them.