Top 10 Expensive Queries

DBdaveDBdave Posts: 14 Bronze 1
edited February 3, 2014 6:02AM in SQL Monitor Previous Versions
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

Comments

  • I'm sorry, but there is not enough information to make any kind of judgement.

    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.
Sign In or Register to comment.