October 16, 2009 at 10:27 am
Is there a built in procedure that lists indexes along with their include columns in SQL 2005?
The only way I know how to see the include columns is by joining sys.indexes to sys.index_columns.
I'm just looking for something like an sp_help that lists the indexes but also the include columns.
Thanks,
John
October 16, 2009 at 10:41 am
Not built in, but Kimberly Tripp wrote one.
http://www.sqlskills.com/BLOGS/KIMBERLY/post/Updates-%28fixes%29-to-sp_helpindex2.aspx
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