SSMS Slow/Unresponsive

James Hannon 31 Reputation points
2020-11-06T21:53:07.01+00:00

SSMS consistently is slow and unresponsive for me. It started with SSMS 2016 and has carried with the same behavior the whole way, no matter what I've tried. Today I tried to completely wipe out my settings in the following locations:

%appdata%\Microsoft\SQL Server Management Studio
%userprofile%\AppData\Local\Microsoft\SQL Server Management Studio

The version I'm currently using is 18.3.1.

The specific 'slow' behavior is seemingly random inside the application where the windows goes grey with an 'Not responding' which also shows in Task Manager. This happens on establishing a new connection in Object explorer, right clicking an object in Object explorer, Disconnecting, opening a new query, etc. We've even tried tracing the Destination SQL Servers are end up not seeing my logout on disconnection for 10+ minutes.

Does anyone have any insight on what I might be able to try next to have a better experience?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,670 questions
{count} votes

Accepted answer
  1. Erland Sommarskog 110.2K Reputation points
    2020-11-06T22:37:55.84+00:00

    I have noticed similar behaviour, but thankfully not that much that it has become a burden. One problem can be if you have lost a connection to an instance, for instance due to a network corruption. Or when I have made the mistake to shutdown a VM, when I have an open query window to an instance on that VM.

    When I think of it, I had some problems in Object Explorer at my client, which I have not seen for a while. It could be that they have fixed something in more recent versions of SSMS - the current version is 18.7.1. It could also be that there used to be network issues at my client which they have fixed.


1 additional answer

Sort by: Most helpful
  1. Cris Zhan-MSFT 6,626 Reputation points
    2020-11-09T06:57:32.85+00:00

    Hi @James Hannon ,

    Is there any update on this case?
    Please make sure you're on the latest version of SSMS.

    If you are using SSMS to connect to a remote SQL Server instance. As Erland said, network problems may be a cause.And In a high CPU usage on the server may also cause SSMS to become unresponsive.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.