Most used objects

  • 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

  • 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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • 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