How to: View All Indexes in a Table (SQL Server Management Studio)

This topic describes how to view all indexes for a specified table.

To view all indexes in a database

  1. In Object Explorer, connect to an instance of the SQL Server 2005 Database Engine and then expand that instance.

  2. Expand Databases, expand the database that contains the table with the specified index, and then expand Tables.

  3. Expand the table in which the index belongs and then expand Indexes.

See Also

Concepts

Viewing Index Information

Other Resources

Database Engine How-to Topics
Indexes How-to Topics
sys.indexes (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance