Top 10 Expensive Queries
DBdave
Posts: 14 Bronze 1
Top 1 execution count query on my DB:
insert into @ValueTable ( [Value]) Values (@NextString)
5,000,000 calls a day.
Where is this being called from?
Thanks
Dave
insert into @ValueTable ( [Value]) Values (@NextString)
5,000,000 calls a day.
Where is this being called from?
Thanks
Dave
Comments
If you think that this query is being generated by SQL Monitor then please send the SQL Monitor error log files to support@red-gate.com quoting the ticket number #12329 in the subject line.
However, if this query is simply listed in the Top 10 Queries field of the tool, then all the available information is included there. Assuming that you are using version 4.0 then you should be able to click on the query and find out more information about it.