Microsoft SQL – Rebuild Indexes
- February 26th, 2009
- Posted in Documentation
- Write comment
You can use the following command to simply rebuild all the indexes on a table.
DBCC DBREINDEX(tablename, “”,0)
You can use the following command to simply rebuild all the indexes on a table.
DBCC DBREINDEX(tablename, “”,0)
No comments yet.