SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tag DMVs Rss

Refine your search with one of the following additional tags (with number of items):

Performance Tuning (3)     Index Management (1)    
Administration (1)     SQL Server 2005 (1)    

Search for any content tagged DMVs

   Items 1 to 4 of 4   
 

Monitoring Stored Procedure Performance with sys.dm_exec_cached_plans

This article will show you how to use the sys.dm_exec_cached_plans DMV to monitor the performance of stored procedures  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 2,754 reads

SQL Server: Uncover Hidden 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 ServerTM 2005 gathers a lot of information that you can use to identify the causes of such performance issues.  Read more...
By Additional Articles 2008/01/11 | Source: Microsoft MSDN | Category: Performance Tuning
Rating:  Rate this |  Briefcase | 2,237 reads

Measure TSQL Statement Performance

Every developer needs to ensure that each TSQL statement is optimized. This article will give you a few different ideas on how to identify slow running queries and provide you with some tips on monitor your query performance while you make iterative changes to each query to try and improve performance.  Read more...
Rating:  Rate this |  Briefcase | 3,374 reads

Index related DMVs and DMFs - sys.dm_db_index_usage_stats

Examining statistics of indexes is useful for optimizing the performance of queries. Statistics help us determine the usage and worth of indexes - one simple method is using the index-related dynamic management view; sys.dm_db_index_usage_stats  Read more...
By Additional Articles 2007/11/12 | Source: SQL Server Performance | Category: SQL Server 2005
Rating: (not yet rated)  Rate this |  Briefcase | 1,388 reads
   Items 1 to 4 of 4