March 23, 2018 at 1:39 pm
SQL 2008 and up has sys.dm_exec_procedure_stats
As of 2016, we now have sys.dm_exec_function_stats
My question - is there a way to achieve what's in sys.dm_exec_function_stats in a pre-2016 SQL? Is there another way to skin this cat?
I need to add a panel to splunk, but not all of my servers are 2016. Most are not and there's nothing I can do about that.
March 23, 2018 at 2:25 pm
It's just, afaik, a filtered view of sys.dm_exec_query_stats.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy