sql >> Base de Datos >  >> RDS >> Sqlserver

¿Cómo reconstruir el índice en las columnas de una tabla específica?

P.ej. (leer manual )

ALTER INDEX [index_name] ON [dbo].[MyTable] REBUILD WITH (FILLFACTOR = 80, STATISTICS_NORECOMPUTE = ON);