Indexes How-to Topics
To create efficient indexes that improve the performance of your database application by increasing the speed of your queries, you need an understanding of how to create and maintain the indexes on the tables in your database.
In This Section
- How to: Delete an Index (SQL Server Management Studio)
- How to: Modify an Index (SQL Server Management Studio)
- How to: Move an Existing Index to a Different Filegroup (SQL Server Management Studio)
- How to: Rebuild an Index (SQL Server Management Studio)
- How to: Reorganize an Index (SQL Server Management Studio)
- How to: View All Indexes in a Table (SQL Server Management Studio)
See Also
Other Resources
Understanding Indexes
Database Creation and Design How-to Topics