Forum Discussion

acim9090's avatar
acim9090
Copper Contributor
Aug 26, 2021
Solved

Activity monitor - sql queryies behind

Hello I need to find the sql queries behind Activity monitor in SSMS  so I can edit a bit. Some ideas how to find these?
  • olafhelper's avatar
    Aug 27, 2021

    acim9090 , that's easy, use SQL Server Profiler to trace all SQL statements send from SSMS to SQL Server.

     

    But not all base on query result, e.g. CPU/MEM diagram uses WMI queries to get the values.

     

    Olaf

Resources