About 72,800 results
Open links in new tab
  1. SQL Server activity monitor show all queries - Stack Overflow

    Jun 6, 2012 · I'm using SQL Server 2005, and I'd like to know if there is any possibility to watch every query sent to SQL server? SQL Server Management Studio has a built-in tool called the …

  2. Activity Monitor Problems in SQL Server 2005 - Stack Overflow

    Dec 22, 2009 · I am looking at the Activty Monitor for SQL Server 2005 and we have some processes that are taking up large amounts of the CPU. When I look at what is trying to be run …

  3. How do I see active SQL Server connections? - Stack Overflow

    Jan 21, 2019 · I am using SQL Server 2008 Enterprise. I want to see any active SQL Server connections, and the related information of all the connections, like from which IP address, …

  4. Activity monitor for non sys admins? - SQLServerCentral Forums

    Oct 22, 2008 · To view the Activity Monitor in SQL Server 2005 and SQL Server 2008, a user must have VIEW SERVER STATE permission.

  5. SQL Server 2005 Activity Monitor - SQLServerCentral Forums

    Mar 25, 2009 · SQL Server 2005 Activity Monitor Forum – Learn more on SQLServerCentral

  6. Activity Monitor always Paused in SSMS 17.8.1 - Stack Overflow

    Aug 13, 2018 · 23 Whenever I open the Activity Monitor in SQL Server Management Studio 17.8.1 (14.0.17277) the overview always switches to (paused). Even if I choose resume, it …

  7. sql server - Blank screen when looking at Activity Monitor details ...

    Dec 22, 2009 · I'm looking at the Activity Monitor in SQL Server 2005 and when I double click a specific process to view the SQL I am given a blank screen. What does this mean?

  8. Is there a way for viewing the recent expensive queries in Sql …

    9 I recently found out about the activity monitor in SQL Server 2008 (I know, duh, right?). The tab "recent expensive queries" helped me quite a lot. Now I'm trying to debug an overuse of the …

  9. Activity Monitor and Profiler - SQLServerCentral

    Feb 13, 2009 · Activity Monitor and Profiler Jason Brimhall, 2011-07-28 Today I came across a link to a neat little script for SQL 2005 / 2008 to help derive the head blocker in a blocking chain.

  10. Getting SQL Server Activity Monitor's Output using t-SQL

    Feb 9, 2017 · Run a trace (Profiler or Extended Events) filtered on Application Name "Microsoft SQL Server Management Studio". That will capture the T-SQL Activity Monitor uses to get that …