How to resolve the problem of loading packages in ssms

GADDE MANJU SRI 5 Reputation points
2023-07-09T14:28:00.56+00:00

I had downloaded MS SQL Server 2022 developer edition and the SQL Server Management Studio with Azure Data Studio. I am unable to open ssms It stays on the "loading packages" page for hours. Please help me with this.

SQL Server Other
{count} vote

2 answers

Sort by: Most helpful
  1. LiHongMSFT-4306 31,566 Reputation points
    2023-07-10T06:16:01.29+00:00

    Hi @GADDE MANJU SRI

    Try this workaround: Re-solve how to install SSMS.

    • remove temp files from %temp% folder (C:\Users<user name>\AppData\Local\Temp)
    • open the register and remove "HKLM\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server Management Studio" or execute via cmd (with admin rights):

    reg DELETE “HKLM\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server Management Studio” /reg:32

    • run install with admin rights

    Best regards,

    Cosmog Hong


    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 people found this answer helpful.

  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-07-09T20:53:32.54+00:00

    Installation problems with SSMS are unfortunately not unheard of. I guess they are due to that something is not as expected on the computer.

    I would try to reboot the machine, and possibly also repair Windows.

    Else, you can download Azure Data Studio separately and install that. ADS is a more modern piece of software and less prone to installation failures, I believe.

    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.