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!
Acumatica Platform and ERP
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!