SSMS stops responding when visual studio is running in parallel on same machine

Gauri Pophli 6 Reputation points
2022-01-13T11:59:49.187+00:00

Hi- I am facing an issue in SSMS. Every time a visual studio(2017) instance is running on the same machine, SSMS (SQL Server 2016) stops responding on any action like 'new query' 'right click on a table' etc.
As soon as I close visual studio, SSMS resumes working.
This does not allow me to work with these two applications running in parallel at any point in time.
Anyone faced such issue, any leads will be appreciated.

SQL Server | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. YufeiShao-msft 7,146 Reputation points
    2022-01-14T02:08:46.573+00:00

    Hi gaupop-4423,

    Maybe you can check your error log to see if there are errors prompted?
    Did you install VS 2017 first?
    SSMS 2016 will use Visual Studio 2015 Shell (Isolated) as background. If you have installed Visual Studio 2017, there will be some conflict when you install Visual Studio 2015 Shell (Isolated).

    So, you can try to uninstall VS 2017, then intall SSMS 2016 first and then reinstall Visual Studio 2017

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2022-01-15T15:51:33.983+00:00

    That is SSMS 16, the first version of SSMS to ship separately from SQL Server. And a fairly early version of it. Why it would clash with VS 2017, I don't know.

    But in any case, I think the best way to resolve this is to download and install the most recent version of SSMS, which is 18.10: https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms. If you don't have permissions to run installations yourself, request an administrator to make the installation.

    Note that this is not an upgrade, but SSMS 18 will be installed side-by-side with SSMS 16.

    0 comments No comments

  3. Gauri Pophli 6 Reputation points
    2022-01-21T10:44:07.78+00:00

    Hi All.. I requested physical memory upgrade to the server and it seemed to have helped this. The reason for increase in RAM was whenever SSMS stopped responding, the memory utilization was at peak (98%). So far the applications are working fine simultaneously after the upgrade. Thanks for all your inputs.


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.