Sql trace

whitekid85whitekid85 Member Posts: 12
edited 2008-08-29 in Dynamics AX
i am using the dynamics 4 version with service pak 2

also i has sql 2005 version

Suppose i wrote code like this:

select accountNum from CustTable where custTable.AccountNum == "4000";

As this is a database operation,,
can i see wats happening in the Sql?
if yes, how i can see it.?

Please guide me , i m new on axapta
Thx n Regdz,

Comments

  • HarishHarish Member Posts: 172
    Hi,

    Usually SQL trace is switched on when there are some performance issues (slow running queries, dead locks etc).

    You can switch on SQL trace by switching on SQL trace (under Tools -> Options -> SQL tab).

    I hope this helps,
    Harish Mohanbabu
    Long way to go before I sleep..
Sign In or Register to comment.