Good Afternoon,
I´m reading in some articles, that setting the option "Generate Order by from where clauses" may improve performance in AX´s queries. Well, as a DBA, i know that putting a order by in a query that doesn´t haveno one, will make SQL Server to insert this data in TEMPDB to order data and, after that, return this data ordered to the application.
So, how it may improve AX performance? The order by clause will generate extra work to SQL Server.
Regards