Hi Folks,
Most of the time users will be having confusion whether to perform the re-index task from AX Application Side or from SQL Server Side.
Performing Re-index from the AX will make the application to hang for a while because AX call the rebuild command in SQL synchronously.
Performing Re-index from SQL is the best way, anyhow AX application calling the SQL rebuild command, so it is better we can do that from SQL server and also we have more option , we can easily add it into the Maintenance plan as well.
Note:- Do not create the Indexes from the SQL side. When performing the reindexing and synchronization from AX application will drop all the indexes whichever is created from the SQL side, because synchronization ensures that the DB schema corresponds to the definition in AX. So indexes creation action must be performed in AX application only.
Many Thanks,
Rudra
"Helping others without any expectation will always made the others to help you"