why do we need to update SSMS 22 everyday? Cant you provide a stable software which works for a month atleast without updates?

Ravindra Khadse 20 Reputation points
2026-06-28T08:55:01.36+00:00

I have installed SSMS latest stable version and this software requires updates almost everyday. and Those does not work in the background but appears on screen and requires to close all my Queries which STOPs my current work everyday. Can Anyone tell me how to Disable updates?

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


Answer accepted by question author

Erland Sommarskog 135.1K Reputation points MVP Volunteer Moderator
2026-06-28T10:10:05.57+00:00

Yes, the SSMS team is doing a great job, with a new release about every month, and sometime there are really great improvements. For those who love AI, there is a lot of work around Copilot. They are also adding Database Projects directly to SSMS. And there also various smaller improvements. Every time that bell in the lower right corner turns red, I get a feeling of excitement and go check the release notes. Sometimes I find that there is nothing exciting. Since I might have a number of query windows open that I want to keep, I click on that bell and in the window that opens I click Dismiss all and move on. You could do the same.

User's image

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-06-28T08:55:17.2466667+00:00

    SSMS does not require daily updates, but it can be configured to frequently check for and download them, and to prompt to install on close. These behaviors can be changed or disabled.

    To stop SSMS 22 from interrupting work with update prompts, adjust the update settings:

    1. Open SSMS.
    2. On the menu bar, select Tools > Options.
    3. Go to Environment > Product Updates.
    4. In this dialog:
      • Clear Automatically download updates if it is selected.
      • Turn off or clear Always update on close so SSMS does not automatically apply updates when closing.
      • Optionally choose a different installation mode (for example, avoid "Install while downloading" if that is causing interruptions).
    5. Select OK to save the settings.

    With these options disabled, SSMS will no longer automatically download and install updates in the background or on close. Updates can still be applied manually when convenient, for example via Help > Check for Updates or via the Visual Studio Installer.

    Note that Microsoft recommends staying on the latest SSMS release to receive security fixes and bug fixes, and only the latest point release of a major version is fully serviced.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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