Friday, July 6, 2018

Index or Index Hint Keywords

This keyword can be used either in the form index <indexName> or index hint<indexName>. If only index is used, Microsoft Dynamics AX generates anorder by clause that corresponds to the index components.

An incorrectly used index hint can affect performance, so index hints should
only be applied to SQL statements that do not have dynamic
where or order byclauses and where the effect of the hint can be verified.
Microsoft Dynamics AX automatically removes index hints referring to a
disabled index.
By default i
ndex hints are disabled on the AOS.

Best Regards,
Hossein Karimi

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...