Documentation Microsoft SQL – Rebuild Indexes

0 Comments

You can use the following command to simply rebuild all the indexes on a table.

DBCC DBREINDEX(tablename, “”,0)

Tags:

Leave a Reply