Skip to main content
InSource Solutions

TN WW166 How To Re-Index a table in SQL Management Studio

InSource_Logo_Transparent.png

How To Re-Index a table in SQL Management Studio

 

  • Author: Alex Davenport
  • Published: 09/16/2016
  • Applies to: SQL Management Studio

 

If a SQLTable becomes unresponsive this will help you re-index this to try and resolve the issue.

  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.

  4. Right-click the index to rebuild and then click Rebuild.

  5. To start the rebuild operation, click OK.