Forgetting to add DataAreaId in a SQL query is an issue I see a lot while resolving performance issues for support. Please review the following article which I will be posting on the Juice Blog as a reminder to add DataAreaId and Partition when calling direct SQL against a Dynamics AX database. One common mistake I see programmers make that has a very large impact on performance is leaving DataAreaId, and Partition out of direct SQL calls to a Dynamics AX database. In a recent case...(read more)
↧