Find the Most Used Stored Procedures in SQL Server(www.sqlservercurry.com)
submitted by
bunglebooz(1132) 1 year, 4 months ago
One of the suggested methods to get information of the most executed code is to create a trace or use a tool that does that, and then query the results. However since SQL Server caches information over time, you can extract such information using the sys.dm_exec_query_stats. Let us see how to use the sys.dm_exec_query_stats DMV to return the 3 most used stored procedures in your SQL Server database
|category: Database
|Views: 35
tags:
Database another
Everyones tags:
Your Tags: