March 12, 2014 at 12:55 am
Hi Experts,
Is there any way to find the most used objects in a database mostly tables,indexes,procedures,views,functions.
I have already found the most used indexes and procedures but yet to find the rest.
TIA
March 12, 2014 at 2:16 am
Not without a constantly running trace/extended events session and very hard even with that (views are used as part of other statements, not alone)
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
March 12, 2014 at 2:37 am
Thanks a lot Gail.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply