Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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