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

    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 Activity Monitor in SQL …

  2. 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 requests).

  3. Activity Monitor-How to see WHO ran the "recent expensive queries"

    Jul 19, 2010 · Usually I grab the SPID from Activity Monitor and then use dbcc inputbuffer to get the offending code! But how would I determine who is using the most resources?

  4. Stairway to SQL Server Agent - Level 7: Working with the SQL Server ...

    Dec 28, 2011 · Level 7: Working with the SQL Server Agent Job Activity Monitor In the previous levels of this Stairway, you created and configured SQL Server Agent jobs. Each job has one or more steps, …

  5. 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 information,

  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 quickly changes …

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

  8. Optimize Performance of SQL Server (a lot of waiting tasks)

    Nov 10, 2020 · I have a problem with my database (Microsoft SQL Server), we have a lot of users using our API and this API makes a lot of queries to our database (it is normal because we are saving …

  9. SQL ATP for Queries in Activity Monitor constantly suspended

    Sep 12, 2022 · I stopped the SQL Advanced threat protection traffic extended event session and killed the SQL ATP for Queries process in the Activity Monitor but it immediately started up and was in a …

  10. How to monitor SQL activity on specific table? - SQLServerCentral

    Mar 10, 2016 · How to monitor SQL activity on specific table? sql-lover SSCoach Points: 18530 More actions