Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Oracle/MSSQL/MySQL » How to manually check and update SQL Server Management Studio

How to manually check and update SQL Server Management Studio

Posted on 19/06/202108/09/2023 Christian By Christian 6 Comments on How to manually check and update SQL Server Management Studio
SQL Server

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. You can use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, and build queries and scripts. Here are some guides on how to download and install Microsoft SQL Server 2019 Express Edition and Microsoft Management Studio on Windows Server, how to install MSSQL Server 2019 Developer Edition, and SQL Server Management Studio on Windows.

Note: SSMS 18.9.1 is the latest general availability (GA) version as of the time of writing this article. If you have a previous GA version of SSMS 18 installed, installing SSMS 18.9.1 upgrades it to 18.9.1. The SSMS 18.x installation doesn't upgrade or replace SSMS versions 17.x or earlier. SSMS 18.x installs side by side with previous versions, so both versions are available for use. However, if you have a preview version of SSMS 18.x installed, you must uninstall it before installing SSMS 18.9.1.

You can download SSMS from the following link. See this article for the differences between various Editions of MsSQL Server.

Manually Managing SSMS Updates

If you do not have any patch management system in your environment and you have not enabled SSMS to check for updates automatically, you may want to follow the steps below.
– Launch the SSMS and click on Tools from the menu, and finally check on check for updates as shown below.

Management Studio

Click on Update as shown below. Also, ensure you check on “Automatically check for updates for SQL Server Management Studio” as shown below. In this way, you will be notified of future updates.

Manual check

Next, you will be redirected to the following webpage, click on download SSMS as shown below.

Update

You will now be redirect to the following page where you can download SSMS to your device. Click on doanload SQL Server Management Studio (SSMS) 18.9.1 as shown below.

SQL Server

Now that the SSMS-Setup-ENU file has been downloaded, double click to launch it.

Management Studio

Just click on Run in the next window to start the installation.

Manual check

Accept the User Account Control. You may want to read more about this from this link.

Screenshot-2021-06-19-at-15.20.17

This will open up the Microsoft SQL Server Management Studio (SSMS) install window. By clicking yon install, you agree to the license terms as shown below.

Screenshot-2021-06-19-at-15.23.22

This will continue with the installation, you can sit back and watch the as the installation progresses.

Screenshot-2021-06-19-at-15.24.26

When the installation is complete is complete, please click on close as shown below.

Screenshot-2021-06-19-at-15.38.45

Now you can launch SSMS by following the highlighted steps in the screenshot below.

Screenshot-2021-06-19-at-15.39.23

As you can see below, we have successfully updates the SSMS.

Screenshot-2021-06-19-at-15.39.58

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Oracle/MSSQL/MySQL Tags:Databases, Microsoft SQL, Microsoft SQL Server Studio, SSMS

Post navigation

Previous Post: Real-Time Monitoring: How to setup VeeamONE
Next Post: Fix “the server was not found or was not accessible: Verify that the instance name is correct and that SQL Server is configured to allow remote connections”

Related Posts

  • azure sql featured image
    How to delete ADFS Windows Internal Database without access credentials Oracle/MSSQL/MySQL
  • create a new Azure SQL Database
    How to create a new Azure SQL Database [PaaS] AWS/Azure/OpenShift
  • Screenshot 2021 02 01 at 12.25.27
    MySQL Workbench could not connect to MySQL server Oracle/MSSQL/MySQL
  • Migrate from SQL Database
    Migrate Veeam One Database from SQL Server 2017 to 2025 Backup
  • Install SQL Server Management Studio 21 on Windows Server
    Install SQL Server Management Studio 21 on Windows Server Oracle/MSSQL/MySQL
  • xp cmdshell MSSQL
    How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server Oracle/MSSQL/MySQL

More Related Articles

azure sql featured image How to delete ADFS Windows Internal Database without access credentials Oracle/MSSQL/MySQL
create a new Azure SQL Database How to create a new Azure SQL Database [PaaS] AWS/Azure/OpenShift
Screenshot 2021 02 01 at 12.25.27 MySQL Workbench could not connect to MySQL server Oracle/MSSQL/MySQL
Migrate from SQL Database Migrate Veeam One Database from SQL Server 2017 to 2025 Backup
Install SQL Server Management Studio 21 on Windows Server Install SQL Server Management Studio 21 on Windows Server Oracle/MSSQL/MySQL
xp cmdshell MSSQL How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server Oracle/MSSQL/MySQL

Comments (6) on “How to manually check and update SQL Server Management Studio”

  1. Avatar photo Ketha says:
    08/08/2021 at 5:26 PM

    Seems the ssms upgrade process down loading new setup files (whole)and overriding the existing one..this means it’s uninstalling the old version and installing new ssms software.. am I correct?

    Log in to Reply
    1. chris Christian says:
      09/08/2021 at 10:06 AM

      If I understood you correctly, this has to do with the version of SSMS you are running.

      Log in to Reply
  2. Avatar photo Sai says:
    06/12/2021 at 7:27 PM

    Thank you @Christian
    I wish there could be an option on the SQL server studio to update to latest version automatically.

    Log in to Reply
    1. chris Christian says:
      08/12/2021 at 11:38 AM

      I know right! But at any point in time you start SQL Server Management Studio it automatically checks for updates, and when there are updates, you will receive a notification to have it downloaded and installed. Most times, we are impatient and we just run it manually. Why not use a solution like WSUS?

      Log in to Reply
  3. Avatar photo Michael Stapleton says:
    13/12/2021 at 7:22 PM

    What are the files to retain the customizations and configurations from the prior version. In my experience, after upgrading, I lose all the custom key strokes, server lists, etc.How can these be retained?

    Log in to Reply
    1. chris Christian says:
      13/12/2021 at 7:43 PM

      SSMS 18.9.1 is the latest general availability (GA) version as of the time of writing this article. If you have a previous GA version of SSMS 18 installed, installing SSMS 18.9.1 upgrades it to 18.9.1. The SSMS 18.x installation doesn’t upgrade or replace SSMS versions 17.x or earlier. SSMS 18.x installs side by side with previous versions, so both versions are available for use. However, if you have a preview version of SSMS 18.x installed, you must uninstall it before installing SSMS 18.9.1.

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Temp Files
    Recover Temp Files using Disk Drill etc on Windows 10 and 11 Windows
  • Block ZIPRAR Attachments in Outlook 2016 – 2007
    How to Block ZIP/RAR Attachments in Outlook Windows
  • Driver Automation Tool
    Windows Driver Management: Upgrade Driver Automation Tool Windows
  • prettier boot image
    How to stop Cisco Webex Meetings from starting up automatically on macOS Mac
  • macos 10 14
    How to Launch macOS Activity Monitor from the Utility and Terminal Mac
  • VeeamIgnite2022
    Veeam at Microsoft Ignite 2022 from 12-14 October Backup
  • Prevent Windows from Saving RDP Connection
    Prevent Windows from Saving RDP Connection History Windows
  • ShieldServersSmall
    How to track your device performance and health via Windows Security in Windows 10 Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,821 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.