
The following example reorganizes all indexes on the HumanResources.Employee
table in the AdventureWorks2016
database.
ALTER INDEX ALL ON HumanResources.Employee
REORGANIZE;
The following example reorganizes all indexes on the HumanResources.Employee
table in the AdventureWorks2016
database.
ALTER INDEX ALL ON HumanResources.Employee
REORGANIZE;