Home » Reply » Reply To: How to rebuild indexes in SQL Server Database

Reply To: How to rebuild indexes in SQL Server Database

Lincoln Burrows ~ Modified: October 30th, 2015 ~ ~ 1 Minute Reading

Home Forums How to rebuild indexes in SQL Server Database Reply To: How to rebuild indexes in SQL Server Database

#876 Score: 0
Lincoln Burrows
Moderator
16 pts

Rebuild all indexes on a table using SQL Server Management Studio

In Object Explorer, connect to Instance Services.. and then expand that instance
Expand Database that contains the table with the specified indexes, then expand Tables
Expand the table in which the indexes belong
Right click on the Indexes and then select Rebuild All and click OK