Documentation → Microsoft SQL – Rebuild Indexes
February 26th, 2009 by Jgz
You can use the following command to simply rebuild all the indexes on a table.
DBCC DBREINDEX(tablename, “”,0)
Tags: MSSQL index
You can use the following command to simply rebuild all the indexes on a table.
DBCC DBREINDEX(tablename, “”,0)
Tags: MSSQL index