Finding Indexes
Index Usage
Index Usage can be seen from system table sys.dm_db_index_usage_stats which is explained in detail here.
Managing Indexes
- *** Index Fragmentation Status *** (Includes Partitioned indexes)
- Fragmentation 101
- Finding Fragmentation of an Index
- TSQL to determine Index Fragmentation
- Reorganize / Rebuild a single index
- Index Size Script
- Partitioned Index Size Script
- Database level options for Updating Table Statistics
- Disabling an Index
- Rebuilding an Index
- Moving tables / indexes across filegroups
- Forcing Index Choice
XML Indexes