We have seen when analyzing traces with AX Trace Parser that quires similar to the below is executed 180 times or more for a user session where all we did was open sales order form. This ends up taking more time than any actual query that the session in question executes. Why is the context info set so many times?
declare @CONTEXT_INFO varbinary(128); select @CONTEXT_INFO = CAST (' $C5C0 297 CLIENT - read-only 320' as varbinary(128) );set CONTEXT_INFO @CONTEXT_INFO
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (