Sqlserver
 sql >> Base de Dados >  >> RDS >> Sqlserver

Como reconstruir o índice em colunas de uma tabela específica?


Por exemplo. (leia o manual )
ALTER INDEX [index_name] ON [dbo].[MyTable] REBUILD WITH (FILLFACTOR = 80, STATISTICS_NORECOMPUTE = ON);