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 install Microsoft SQL Server Management Studio
  • mbamclient
    How to deploy MBAM Client as part of a Windows Deployment Windows Server
  • VMware Error Fix
    How to fix “The process cannot access the file because another process has locked a portion of the file” Virtualization
  • banner 1
    How to Hide or Block Wi-Fi Networks on Windows Network | Monitoring
  • Drop or delete a MySQL user from phpmyAdmin
    How to delete a MySQL User Account Oracle/MSSQL/MySQL
  • descargar jitsi meet 2 700x336 1
    How to setup and configure Jitsi as SoftPhone Network | Monitoring
  • featuredimage
    Create App Service Resource with Azure CLI AWS/Azure/OpenShift
  • wsl5678uh
    Various methods to install Windows Subsystem for Linux Windows
  • Show or Hide File Extensions
    How to Show or Hide File Extensions on Windows 11 Windows

How to install Microsoft SQL Server Management Studio

Posted on 01/09/202122/09/2023 Christian By Christian No Comments on How to install Microsoft SQL Server Management Studio
SQL Server Management Studio installation

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. Furthermore, SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, and build queries and scripts. Use SSMS to query, design, and manage your databases and data warehouses, wherever they are – on your local computer, or in the cloud. Discover how to install Microsoft SQL Server.

See this guide on how to download and install Microsoft SQL Server 2019 Express edition and Microsoft SQL Server Management Studio on Windows 10 and Windows Server. See how to uninstall Microsoft SQL Server on Windows 10 and Windows Server, and how to uninstall Oracle Database 11G or 12c.

At the time of writing this piece, SSMS 18.9.2 is the latest general availability (GA) version. If you have a previous GA version of SSMS 18 installed, installing SSMS 18.9.2 upgrades it to 18.9.2. See this guide if you wish to uninstall Microsoft SQL Server Management Studio

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.2. You can see if you have the preview version by going to the Help > About window. Thus, see this guide on how to manually check and update SQL Server Management Studio, and how to deploy your Angular App to Azure from Visual Studio Code.

Note:

Beginning with SQL Server Management Studio (SSMS) 18.7, Azure Data Studio is automatically installed alongside SSMS. In addition, users of SQL Server Management Studio are now able to benefit from the innovations and features in Azure Data Studio. Azure Data Studio is a cross-platform and open-source desktop tool for your environments, whether in the cloud, on-premises, or hybrid. See how to reset MSSQL Server SA Password on Ubuntu via the command line and SQL Server Management Studio.

Installation of Microsoft SQL Server Management Studio

Navigate to the following link to download SSMS. Now that you’ve downloaded the SSMS-Setup-ENU file, double click to launch it.

Microsoft SSMS setup

This will open up the Microsoft SQL Server Management Studio (SSMS) install window.
– By clicking on install, you agree to the license terms as shown below. As you can see below, SSMS is currently being installed.

Installing SQL Server Management Studio

When the application completes you will be required to restart your server for setup can continue

SQL Server Management Studio download

Upon restart, you will be able to launch and start using SSMS.

Screenshot 2020 06 24 at 18.50.39
Screenshot 2020 06 24 at 18.50.39

SSMS Unattended install

To install Microsoft SQL Server, there’s a need for installation of SSMS. You can install SSMS using a command prompt script. If you want to install SSMS in the background with no GUI prompts, then follow the steps below.
– Launch the command prompt with elevated permissions.
– Type the command below in the command prompt.

start "" /w <path where SSMS-Setup-ENU.exe file is located> /Quiet SSMSInstallRoot=<path where you want to install SSMS>

Below is an example of how the command will look like. You can also pass /Passive instead of /Quiet to see the setup UI.

start "" /w %systemdrive%\SSMSfrom\SSMS-Setup-ENU.exe /Quiet SSMSInstallRoot=%systemdrive%\SSMS

So, when the installation is complete, SSMS will be installed to %systemdrive%\SSMS\Common7\IDE\Ssms.exe” based on the example stated above.

Screenshot-2021-09-01-at-20.57.12

Here are some other guides you may also want to read. How to use a dedicated MsSQL Db for Pleasant Password, how to migrate Veeam MsSQL Database to a new MsSQL Server, and how to reset MSSQL Server SA Password on Ubuntu via the command line and SQL Server Management Studio.

I hope you found this blog post helpful. With the steps listed above, you should know how to install Microsoft SQL Server. Therefore, if you have any questions, please let me know in the comment session.

5/5 - (1 vote)

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

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

Post navigation

Previous Post: Azure CI/CD: Configuring Email Notifications in Azure DevOps
Next Post: Service Principal Name: How to add or reset and delete SPNs

Related Posts

  • sql server installation
    Install SQL Server 2022 Express and SQL Server Management Studio Oracle/MSSQL/MySQL
  • Migrate from SQL Database
    Migrate Veeam One Database from SQL Server 2017 to 2025 Backup
  • sql stuck
    How to uninstall Microsoft SQL Server Management Studio Oracle/MSSQL/MySQL
  • Uninstall SQL Server 2025
    Uninstall Microsoft SQL Server 2025 from Windows Oracle/MSSQL/MySQL
  • sql server installation
    How to Install all Editions of Microsoft SQL Server 2025 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

More Related Articles

sql server installation Install SQL Server 2022 Express and SQL Server Management Studio Oracle/MSSQL/MySQL
Migrate from SQL Database Migrate Veeam One Database from SQL Server 2017 to 2025 Backup
sql stuck How to uninstall Microsoft SQL Server Management Studio Oracle/MSSQL/MySQL
Uninstall SQL Server 2025 Uninstall Microsoft SQL Server 2025 from Windows Oracle/MSSQL/MySQL
sql server installation How to Install all Editions of Microsoft SQL Server 2025 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

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

sysadmin top30a
 
  • mbamclient
    How to deploy MBAM Client as part of a Windows Deployment Windows Server
  • VMware Error Fix
    How to fix “The process cannot access the file because another process has locked a portion of the file” Virtualization
  • banner 1
    How to Hide or Block Wi-Fi Networks on Windows Network | Monitoring
  • Drop or delete a MySQL user from phpmyAdmin
    How to delete a MySQL User Account Oracle/MSSQL/MySQL
  • descargar jitsi meet 2 700x336 1
    How to setup and configure Jitsi as SoftPhone Network | Monitoring
  • featuredimage
    Create App Service Resource with Azure CLI AWS/Azure/OpenShift
  • wsl5678uh
    Various methods to install Windows Subsystem for Linux Windows
  • Show or Hide File Extensions
    How to Show or Hide File Extensions on Windows 11 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,841 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.