December 21, 2004 09:21 PM
Index Internal Information
Discover the facts about your index and table layouts
Rating:

(0)
SQL Server Magazine
InstantDoc ID #44572
The sysindexes system table contains information about your index structures that you can't get through information schema views. Every database has a sysindexes table, which contains one row for every index and one row for every column-based statistics on a table. In general, Microsoft recommends that you don't retrieve data directly from this table, but there's no other way to obtain some of the information it contains. You can derive some of the index properties from the INDEXPROPERTY() function, but not all of them, as I mentioned in my December column, "Digging Up the Dirt on Indexes," InstantDoc ID 44002.
One...
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now: