Getting Started with Adobe After Effects - Part 6: Motion Blur
A collection of quick technology learning tips from what people around you learn every day

sys.dm_exec_query_stats - Returns aggregate performance statistics for cached query plans in SQL Server Denali CTP3

Aug 1 2011 4:34AM by Paresh Prajapati   

DMV sys.dm_exec_query_stats already exist before SQL Server Denali. It is now enhanced in CTP3 version with four newly added columns total_rows, last_rows, min_rows, max_rows, which will have some more useful information about query execution.

Column Description : 

total_rows - Total number of rows returned by the query. 
last_rows - Number of rows returned by the last execution of the query. 
min_rows - Minimum number of rows returned by the query over the number of times that the plan has been executed since it was last compiled. 
max_rows - Maximum number of rows returned by the query over the number of times that the plan has been executed since it was last compiled.
Read More..   [8 clicks]

Published under: SQL Server Tips ·  ·  ·  · 


Paresh Prajapati
6 · 22% · 7054
4
 
1
 
 
0
Incorrect
 
0
Interesting
 
0
Forgotten



Submit

Your Comment


Sign Up or Login to post a comment.

"sys.dm_exec_query_stats - Returns aggregate performance statistics for cached query plans in SQL Server Denali CTP3" rated 5 out of 5 by 4 readers
sys.dm_exec_query_stats - Returns aggregate performance statistics for cached query plans in SQL Server Denali CTP3 , 5.0 out of 5 based on 4 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]