Tagged Questions

4
votes
2answers
262 views

MS SQL DMVs for UDF performance stats - how to find top 10 worst UDFs

I heard in Microsoft SQL Server there are multiple ways to find "worst" stored procedures: by number of executions, by CPU worker time, by queue wait time etc. I am looking for a way to find worst ...
1
vote
2answers
271 views

DMF and DMV in SQL Server 2008

What are Dynamic Management Functions (DMF) and Views (DMV) in SQL Server 2005/2008 ?
0
votes
0answers
57 views

what is Reads and Writes in Sys.dm_exec_requests DMV of SQL Server

As per explaination given on MSDN at link http://msdn.microsoft.com/en-us/library/ms177648.aspx I am not able to understand the meaning of Reads and Writes fully.whether it is physical or logical or ...