Gurus,
If I use the following command, Does it rebuild all cluster and non cluster indexes on the table ?
USE AdventureWorks;
GO
ALTER INDEX ALL ON Production.Product REBUILD
GO
If not what the best command to rebuild all cluster and non cluster indexes on a table ?
Thanks for great help.
Bond