How to: Modify an Index (SQL Server Management Studio)

This topic describes how to modify an index by using Object Explorer in SQL Server Management Studio.

Important

Indexes created as the result of a PRIMARY KEY or UNIQUE constraint cannot be modified by using this method. Instead, the constraint must be modified.

Procedures

To modify an index

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

  1. Expand Databases, expand the database in which the table belongs, and then expand Tables.

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

  3. Right-click the index that you want to modify and then click Properties.

To modify index columns

  1. To add, remove, or change the position of an index column, select the General page from the Index Properties dialog box.

See Also

Other Resources

Database Engine How-to Topics
Indexes How-to Topics

Help and Information

Getting SQL Server 2005 Assistance