MS SQL Server Managment Studio stuck on loading packages stage

Maria Torres 15 Reputation points
2023-01-19T00:19:26.2433333+00:00

I downloaded MS SQL Server 2022 Express and the SQL Server Management Studio with Azure Data Studio but had problems with importing data. I then decided to uninstall both software but now I can not download the SSSMS. It stays on the "loading packages" page for hours! Any help? I have gone on to delete any SQL files that I installed today and still nothing

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,703 questions
SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2023-01-19T02:42:04.0633333+00:00

    Install SSMS 19 preview if you would like to use it to manage a SQL 2022 instance. Download SSMS 19 from here.

    Make sure remove any SQL Server remnants using these steps.

    1 person found this answer helpful.
    0 comments No comments

  2. LiHongMSFT-4306 31,571 Reputation points
    2023-01-19T07:58:10.52+00:00

    Hi @Maria Torres

    In some cases, when you uninstall Microsoft SQL Server, some components may be left behind. This could prevent the proper re-installation of Microsoft SQL Server or interfere with its normal operation.

    To remedy this issue, these orphaned components can be manually removed, as follows.

    1. First, if you have already added documents to your vault, make sure you back-up your SQL database, through SQL Management Studio. Also, back-up the Archive, as well as the Archive Settings.
    2. If SQL is installed, uninstall it. If you are unsure on how to do this, first see if you can recruit the services of someone who is familiar with managing SQL. If this is not possible, there are a number of articles in the Microsoft Forums to guide you through this process. The following link is an example of one of these articles. Uninstall an Existing Instance of SQL Server (Setup)
    3. Delete the directory, C:\Program Files\Microsoft SQL Server.
    4. Run regedit from Windows search or a CMD prompt.
    5. Rename or remove the key HKEY_LOCAL_MACHINE>Software>Microsoft>Microsoft SQL Server. For 64-bit operating systems, also remove the key HKEY_LOCAL_MACHINE>Software>Wow6432Node>Microsoft SQL Server.

    Uninstall SSMS follow by this: Uninstall SQL Server Management Studio

    Download new SSMS from this article: Download SQL Server Management Studio (SSMS)

    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.

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