May 2, 2011 at 9:16 am
Use profiler.
p.s. 2 year old thread
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 2, 2011 at 9:23 am
two year old thread, but one of only 5 hit's in google.
I found it in profiler, thanks
/* ----------------------------- */
Tochter aus Elysium, Wir betreten feuertrunken, Himmlische, dein Heiligtum!
July 11, 2012 at 4:20 am
I also noticed this suddenly appearing in SQL Server Profiler (SQL 2008R2).
EXEC #am_generate_waitstats; seems to execute if the Activity Monitor is open in SSMS 2008R2
April 17, 2013 at 4:19 pm
This temporary stored procedure is part of the "Recent Expensive Queries" tab in Activity Monitor.
This along with a bunch of other queries are executed to populate the data in your recent expensive queries tab in Activity Monitor.
-Paul N.
April 17, 2013 at 4:35 pm
Sorry actually that one is for "Resource Waits" tab in Activity Monitor.
-Paul N.
May 26, 2014 at 8:58 pm
This appears to be generated when you run a Activity Monitor in the SQL Management Studio.
February 10, 2016 at 11:08 am
Hi,
this one is for the activity monitor and checks the ressource waits.
kr
Viewing 7 posts - 16 through 21 (of 21 total)
You must be logged in to reply to this topic. Login to reply