Is it possible to query details on a specific index?

  • I know I can get a list of indexes on a table by using SP_HELPINDEX orSYS.INDEXES.  But suppose I want to pick one particular index on a table,and I want to view the contents of that index such as the index values, the rowpointers, the row number the pointer is pointing to, etc.  Is this possible?

  • DBCC IND and DBCC PAGE (and google will get you the syntax and details). They're undocumented commands

    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

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply