About 94,500 results
Open links in new tab
  1. How do I see active SQL Server connections? - Stack Overflow

    Jan 21, 2019 · In SQL Server Management Studio, right click on Server, choose "Activity Monitor" from context menu -or- use keyboard shortcut Ctrl + Alt + A. Reference: Microsoft Docs - Open …

  2. 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 …

  3. ssms - SQL Server Management Studio 2016 → Activity monitor → …

    Nov 16, 2016 · First of all, for me it works out of the box. Microsoft SQL Server Management Studio 13.0.15700.28. Make sure that you have the latest version. The one that I used for this …

  4. 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 …

  5. Activity Monitor - % Processor Time Grayed Out - SQLServerCentral

    Feb 14, 2010 · Activity Monitor does %Processor Time greyed. On SQL SERVER 2008 servers Fix On the host to the sql server instance. Go my Start -> Right click Computer , select …

  6. Process/SPID is being blocked by itself, how to clear/kill without ...

    May 27, 2016 · Is Sql Server waiting for a lock on an object that doesn't exist anymore? How can I get rid of this process without restarting Sql Server? (our DBA's are not responding to help …

  7. User access to SQL Server Agent - job activity monitor

    Mar 26, 2013 · 0 I need to check some job that ran on a SQL Server 2008, but the user used when logging on to that server can not have sysadmin rights. So my question is can I have an …

  8. SQL Server Activity Monitor Ports - Stack Overflow

    Jan 22, 2015 · When you use Activity Monitor, you connect on your instance's standard port. By default, this is 1433 for the default instance but this can be changed. In the activity monitor …

  9. List the queries running on SQL Server - Stack Overflow

    25 As a note, the SQL Server Activity Monitor for SQL Server 2008 can be found by right clicking your current server and going to "Activity Monitor" in the context menu. I found this was …

  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 …