Two way to rebuild all indexes in Database

Hi All,

Today I want to share with you 2 scripts that you can use for rebuilding all indexes in your Acumatica database.

First way by using ALTER INDEX ALL ON [TABLE] REBUILD:

Second what by using DBCC DBREINDEX command:

Have a nice maintenance!

Leave a Reply

Your email address will not be published. Required fields are marked *