You need to rebuild the indexes

Note: This question is part of a series of questions that use the same or similar answer choices. An answer
choice may be correct for more than one question in the series. Each question is independent of the other
questions in this series. Information and details provided in a question apply only to that question.
You observe that several indexes are fragmented.
You need to rebuild the indexes.
What should you use?

Note: This question is part of a series of questions that use the same or similar answer choices. An answer
choice may be correct for more than one question in the series. Each question is independent of the other
questions in this series. Information and details provided in a question apply only to that question.
You observe that several indexes are fragmented.
You need to rebuild the indexes.
What should you use?

A.
Activity Monitor

B.
Sp_who3

C.
Object Explorer in the SQL Server Management Studio (SSMS)

D.
SQL Server Data Collector

E.
SQL Server Data Tools (SSDT)

F.
SQL Server Configuration Manager

Explanation:
How to: Rebuild an Index (SQL Server Management Studio)
To rebuild an index
In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that
instance.
Expand Databases, expand the database that contains the table with the specified index, and then expand
Tables.
Expand the table in which the index belongs and then expand Indexes.
Right-click the index to rebuild and then click Rebuild.
To start the rebuild operation, click OK.
https://technet.microsoft.com/en-us/library/ms187874(v=sql.105).aspx



Leave a Reply 0

Your email address will not be published. Required fields are marked *