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 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

Reference

Concepts

Other Resources