Hi
When I create Database Query Monitor to monitor the MS SQL ,It tell me something wrong like this " for the query SELECT UserAccount,M2.UserName,CREDIT,TotalCharge,CREDIT-TotalCharge FROM M2 INNER JOIN USER_CONFIG Got Only select query is allowed for the query ON M2.UserAccount =ACCOUNT
"
The quries is this :
"SELECT UserAccount,M2.UserName,CREDIT,TotalCharge,CREDIT-TotalCharge FROM M2 INNER JOIN USER_CONFIG
ON M2.UserAccount =ACCOUNT"
Which is wrong?