Skip to content

Commit bb1b3ca

Browse files
committed
SSMS download article: address issue 9404
1 parent cf7b4d1 commit bb1b3ca

1 file changed

Lines changed: 29 additions & 27 deletions

File tree

docs/ssms/download-sql-server-management-studio-ssms.md

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Download SQL Server Management Studio (SSMS)
33
description: Download the latest version of SQL Server Management Studio (SSMS).
44
author: erinstellato-ms
55
ms.author: erinstellato
6-
ms.reviewer: maghan
7-
ms.date: 11/13/2023
6+
ms.reviewer: maghan, randolphwest
7+
ms.date: 11/14/2023
88
ms.service: sql
99
ms.subservice: ssms
1010
ms.topic: conceptual
@@ -31,13 +31,13 @@ SQL Server Management Studio (SSMS) is an integrated environment for managing an
3131

3232
Use SSMS to query, design, and manage your databases and data warehouses, wherever they are - on your local computer or in the cloud.
3333

34-
For customers needing a cross-platform companion to SSMS for managing SQL and other Azure databases, use [Azure Data Studio](../azure-data-studio/download-azure-data-studio.md).
34+
For customers needing a cross-platform companion to SSMS for managing SQL and other Azure databases, use [Azure Data Studio](/azure-data-studio/download-azure-data-studio).
3535

3636
## Download SSMS
3737

3838
:::image type="icon" source="../includes/media/download.svg" border="false":::**[Free Download for SQL Server Management Studio (SSMS) 19.2](https://aka.ms/ssmsfullsetup)**
3939

40-
SSMS 19.2 is the latest general availability (GA) version. If you have a *preview* version of SSMS 19 installed, uninstall it before installing SSMS 19.2. If you have SSMS 19.x installed, installing SSMS 19.2 upgrades it to 19.2.
40+
SSMS 19.2 is the latest general availability (GA) version. If you have a *preview* version of SSMS 19 installed, uninstall it before installing SSMS 19.2. If you have SSMS 19.x installed, installing SSMS 19.2 upgrades it to 19.2.
4141

4242
- Release number: 19.2
4343
- Build number: 19.2.56.2
@@ -59,30 +59,30 @@ SQL Server Management Studio 19.2:
5959
[Chinese (Simplified)](https://aka.ms/ssmsfullsetup?clcid=0x804) | [Chinese (Traditional)](https://aka.ms/ssmsfullsetup?clcid=0x404) | [English (United States)](https://aka.ms/ssmsfullsetup?clcid=0x409) | [French](https://aka.ms/ssmsfullsetup?clcid=0x40c) | [German](https://aka.ms/ssmsfullsetup?clcid=0x407) | [Italian](https://aka.ms/ssmsfullsetup?clcid=0x410) | [Japanese](https://aka.ms/ssmsfullsetup?clcid=0x411) | [Korean](https://aka.ms/ssmsfullsetup?clcid=0x412) | [Portuguese (Brazil)](https://aka.ms/ssmsfullsetup?clcid=0x416) | [Russian](https://aka.ms/ssmsfullsetup?clcid=0x419) | [Spanish](https://aka.ms/ssmsfullsetup?clcid=0x40a)
6060

6161
> [!TIP]
62-
> If you are accessing this page from a non-English language version and want to see the most up-to-date content, please select **Read in English** at the top of this page. You can download different languages from the US-English version site by selecting [available languages](#available-languages).
62+
> If you access this page from a non-English language version and want to see the most up-to-date content, please select **Read in English** at the top of this page. You can download different languages from the US-English version site by selecting [available languages](#available-languages).
6363
6464
> [!NOTE]
65-
> The SQL Server PowerShell module is a separate install through the PowerShell Gallery. For more information, see [Download SQL Server PowerShell Module](../powershell/download-sql-server-ps-module.md).
65+
> The SQL Server PowerShell module is a separate install through the PowerShell Gallery. For more information, see [Install the SQL Server PowerShell module](../powershell/download-sql-server-ps-module.md).
6666
6767
## What's new
6868

69-
For details and more information about what's new in this release, see [Release notes for SQL Server Management Studio](release-notes-ssms.md).
69+
For details and more information about what's new in this release, see [Release notes for SQL Server Management Studio (SSMS)](release-notes-ssms.md).
7070

7171
## Previous versions
7272

7373
This article is for the latest version of SSMS only. To download previous versions of SSMS, visit [Previous SSMS releases](../ssms/release-notes-ssms.md#previous-ssms-releases).
7474

75-
[!INCLUDE[ssms-connect-azure-ad](../includes/ssms-connect-azure-ad.md)]
75+
[!INCLUDE [ssms-connect-azure-ad](../includes/ssms-connect-azure-ad.md)]
7676

7777
## Unattended install
7878

7979
You can install SSMS using PowerShell.
8080

81-
Follow the steps below to install SSMS in the background with no GUI prompts.
81+
Follow these steps to install SSMS in the background with no GUI prompts.
8282

8383
1. Launch PowerShell with elevated permissions.
8484

85-
1. Type the command below.
85+
1. Type the following command.
8686

8787
```powershell
8888
$media_path = "<path where SSMS-Setup-ENU.exe file is located>"
@@ -98,7 +98,7 @@ Follow the steps below to install SSMS in the background with no GUI prompts.
9898
$media_path = "C:\Installers\SSMS-Setup-ENU.exe"
9999
$install_path = "$env:SystemDrive\SSMSto"
100100
$params = "/Install /Quiet SSMSInstallRoot=`"$install_path`""
101-
101+
102102
Start-Process -FilePath $media_path -ArgumentList $params -Wait
103103
```
104104
@@ -113,12 +113,12 @@ Follow the steps below to install SSMS in the background with no GUI prompts.
113113
- The Azure Data Studio version can be found in the [release notes](release-notes-ssms.md).
114114
- The Azure Data Studio system installer requires the same security rights as the SSMS installer.
115115
- The Azure Data Studio installation is completed with the default Azure Data Studio installation options. These are to create a Start Menu folder and add Azure Data Studio to PATH. A desktop shortcut isn't created, and Azure Data Studio isn't registered as a default editor for any file type.
116-
- Localization of Azure Data Studio is accomplished through Language Pack extensions. To localize Azure Data Studio, download the corresponding language pack from the [extension marketplace](../azure-data-studio/extensions/add-extensions.md).
116+
- Localization of Azure Data Studio is accomplished through Language Pack extensions. To localize Azure Data Studio, download the corresponding language pack from the [extension marketplace](/azure-data-studio/extensions/add-extensions).
117117
- At this time, the installation of Azure Data Studio can be skipped by launching the SSMS installer with the command line flag `DoNotInstallAzureDataStudio=1`.
118118
119119
## Uninstall
120120
121-
SSMS might install shared components if it's determined they're missing during SSMS installation. SSMS won't automatically uninstall these components when you uninstall SSMS.
121+
SSMS might install shared components if it determines they're missing during SSMS installation. SSMS doesn't automatically uninstall these components when you uninstall SSMS.
122122
123123
The shared components are:
124124
@@ -137,23 +137,25 @@ These components aren't uninstalled because they can be shared with other produc
137137
- This version of SSMS works with SQL Server 2014 and higher.
138138
- It provides the most significant level of support for working with the latest cloud features in Azure SQL Database, Azure Synapse Analytics, and Microsoft Fabric.
139139
- Additionally, SSMS 19.x can be installed alongside with SSMS 18.x, SSMS 17.x, SSMS 16.x.
140-
- SQL Server Integration Services (SSIS) - SSMS version 17.x or later doesn't support connecting to the legacy SQL Server Integration Services service. To connect to an earlier version of the legacy Integration Services, use the version of SSMS aligned with the version of SQL Server. For example, use SSMS 16.x to connect to the legacy SQL Server 2016 Integration Services service. SSMS 17.x and SSMS 16.x can be installed on the same computer. Since the release of SQL Server 2012, the SSIS Catalog database, SSISDB, is the recommended way to store, manage, run, and monitor Integration Services packages. See [SSIS Catalog](../integration-services/catalog/ssis-catalog.md) for details.
140+
- SQL Server Integration Services (SSIS) - SSMS version 17.x and later versions don't support connecting to the legacy SQL Server Integration Services service. To connect to an earlier version of the legacy Integration Services, use the version of SSMS aligned with the version of SQL Server. For example, use SSMS 16.x to connect to the legacy SQL Server 2016 Integration Services service. SSMS 17.x and SSMS 16.x can be installed on the same computer. Since the release of SQL Server 2012, the SSIS Catalog database, SSISDB, is the recommended way to store, manage, run, and monitor Integration Services packages. See [SSIS Catalog](../integration-services/catalog/ssis-catalog.md) for details.
141141
142-
## SSMS System Requirements
142+
## SSMS system requirements
143143
144144
The current release of SSMS supports the following 64-bit platforms when used with the latest available service pack:
145145
146-
Supported Operating Systems:
146+
Supported operating systems:
147147
148148
- Windows 11 (x64)
149-
- Windows 10 (x64) version 1607 (10.0.14393) or later
149+
- Windows 10 (x64) version 1607 (10.0.14393) and later versions
150150
- Windows Server 2022 (x64)
151151
- Windows Server Core 2022 (x64)
152152
- Windows Server 2019 (x64)
153153
- Windows Server Core 2019 (x64)
154-
- Windows Server 2016 (x64)
154+
- Windows Server 2016 (x64) <sup>1</sup>
155+
156+
<sup>1</sup> SSMS requires .NET Framework 4.7.2.
155157
156-
> [!NOTE]
158+
> [!NOTE]
157159
> To install SSMS on Windows Server Core, you must install the [Server Core App Compatibility Feature on Demand](/windows-server/get-started/server-core-app-compatibility-feature-on-demand).
158160
159161
Supported hardware:
@@ -163,18 +165,18 @@ Supported hardware:
163165
- Hard disk space: Minimum of 2 GB up to 10 GB of available space
164166
165167
> [!NOTE]
166-
> SSMS is available only as a 32-bit application for Windows. If you need a tool that runs on operating systems other than Windows, we recommend Azure Data Studio. Visit [Azure Data Studio](../azure-data-studio/what-is-azure-data-studio.md), for more details.
168+
> SSMS is available only as a 32-bit application for Windows. If you need a tool that runs on operating systems other than Windows, we recommend Azure Data Studio. Visit [Azure Data Studio](/azure-data-studio/what-is-azure-data-studio), for more details.
167169
168-
[!INCLUDE[get-help-sql-tools](../includes/paragraph-content/get-help-sql-tools.md)]
170+
[!INCLUDE [get-help-sql-tools](../includes/paragraph-content/get-help-sql-tools.md)]
169171
170-
## Next steps
172+
## Related content
171173
172-
- [SQL tools](../tools/overview-sql-tools.md)
173-
- [SQL Server Management Studio documentation](sql-server-management-studio-ssms.md)
174-
- [Azure Data Studio](../azure-data-studio/what-is-azure-data-studio.md)
175-
- [Download SQL Server Data Tools (SSDT)](../ssdt/download-sql-server-data-tools-ssdt.md)
174+
- [SQL tools overview](../tools/overview-sql-tools.md)
175+
- [What is SQL Server Management Studio (SSMS)?](sql-server-management-studio-ssms.md)
176+
- [What is Azure Data Studio?](/azure-data-studio/what-is-azure-data-studio)
177+
- [Download SQL Server Data Tools (SSDT) for Visual Studio](../ssdt/download-sql-server-data-tools-ssdt.md)
176178
- [Latest updates](/troubleshoot/sql/releases/download-and-install-latest-updates?bc=%2fsql%2fbreadcrumb%2ftoc.json&toc=%2fsql%2ftoc.json)
177179
- [Azure Data Architecture Guide](/azure/architecture/data-guide/)
178180
- [SQL Server Blog](https://cloudblogs.microsoft.com/sqlserver/)
179181
180-
[!INCLUDE[contribute-to-content](../includes/paragraph-content/contribute-to-content.md)]
182+
[!INCLUDE [contribute-to-content](../includes/paragraph-content/contribute-to-content.md)]

0 commit comments

Comments
 (0)