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

  • Screenshot 2020 06 23 at 10.52.52
    How to uninstall Microsoft SQL Server on Windows Oracle/MSSQL/MySQL
  • oracle q4 earnings are in e28094 but what does it really mean 700x425 1
    How to uninstall Oracle Database 11G or 12c Oracle/MSSQL/MySQL
  • Configure SQL Server to listen on a specific TCP port
    Configure SQL Server Instance to listen on a specific TCP Port Oracle/MSSQL/MySQL
  • Screenshot 2021 02 01 at 12.25.27
    How to import a MySQL Database via the command line Oracle/MSSQL/MySQL
  • postgresql on windows
    Install PostgreSQL on Windows server as Veeam Database Engine Oracle/MSSQL/MySQL
  • azure sql featured image
    How to delete ADFS Windows Internal Database without access credentials Oracle/MSSQL/MySQL

More Related Articles

Screenshot 2020 06 23 at 10.52.52 How to uninstall Microsoft SQL Server on Windows Oracle/MSSQL/MySQL
oracle q4 earnings are in e28094 but what does it really mean 700x425 1 How to uninstall Oracle Database 11G or 12c Oracle/MSSQL/MySQL
Configure SQL Server to listen on a specific TCP port Configure SQL Server Instance to listen on a specific TCP Port Oracle/MSSQL/MySQL
Screenshot 2021 02 01 at 12.25.27 How to import a MySQL Database via the command line Oracle/MSSQL/MySQL
postgresql on windows Install PostgreSQL on Windows server as Veeam Database Engine Oracle/MSSQL/MySQL
azure sql featured image How to delete ADFS Windows Internal Database without access credentials 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

  • fde container
    Full Disk Encryption with PBA or without PBA, UEFI, Secure Boot, BIOS, File and Directory Encryption and Container Encryption Security | Vulnerability Scans and Assessment
  • 517443 637084112713220326 16x9 1
    How can I tell if a password is set for a user account on Linux Linux
  • office365family
    How to Cancel Office 365 Family Subscription JIRA|Confluence|Apps
  • intro to azure cloud shell
    The Overview of Azure Cloud Shell AWS/Azure/OpenShift
  • How to fix BitLocker always prompting for Recovery Key
    How to fix BitLocker always prompting for Recovery Key Windows
  • Laptop battery performance report
    Windows Battery Report: Track down a malfunctioning laptop battery Windows
  • Screenshot 2020 07 25 at 13.09.08
    Fix the following error occurred when DNS was queried for the service location Windows Server
  • banner
    How to deploy Folder Redirection in Windows 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,808 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

AWS 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.