You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ssms/download-sql-server-management-studio-ssms.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ author: dnethi
23
23
ms.author: dinethi
24
24
ms.reviewer: sstein, maghan
25
25
ms.custom: seo-lt-2019
26
-
ms.date: 04/07/2020
26
+
ms.date: 05/19/2020
27
27
---
28
28
29
29
# Download SQL Server Management Studio (SSMS)
@@ -107,19 +107,25 @@ If you want to install SSMS in the background with no GUI prompts, then follow t
107
107
- Additionally, SSMS 18.x can be installed side by side with SSMS 17.x, SSMS 16.x, or SQL Server 2014 SSMS and earlier.
108
108
- 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 side by side 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. For details, see [SSIS Catalog](../integration-services/catalog/ssis-catalog.md).
109
109
110
-
## Supported operating systems (SSMS 18.5)
110
+
## SSMS System Requirements
111
111
112
112
This release of SSMS supports the following 64-bit platforms when used with the latest available service pack:
113
113
114
-
- Windows 10 (64-bit) <sup>*</sup>
114
+
Supported Operating Systems:
115
+
116
+
- Windows 10 (64-bit) version 1607 (10.0.14393) or later
115
117
- Windows 8.1 (64-bit)
116
118
- Windows Server 2019 (64-bit)
117
-
- Windows Server 2016 (64-bit) <sup>*</sup>
119
+
- Windows Server 2016 (64-bit)
118
120
- Windows Server 2012 R2 (64-bit)
119
121
- Windows Server 2012 (64-bit)
120
122
- Windows Server 2008 R2 (64-bit)
121
123
122
-
<sup>*</sup> Requires version 1607 (10.0.14393) or later
124
+
Supported hardware:
125
+
126
+
- 1.8 GHz or faster processor. Dual-core or better recommended
127
+
- 2 GB of RAM; 4 GB of RAM recommended (2.5 GB minimum if running on a virtual machine)
128
+
- Hard disk space: Minimum of 2 GB up to 10 GB of available space
123
129
124
130
> [!NOTE]
125
131
> SSMS runs on Windows (AMD or Intel) only. If you need a tool that runs on platforms other than Windows, take a look at Azure Data Studio. Azure Data Studio is a new cross-platform tool that runs on macOS, Linux, as well as Windows. For details, see [Azure Data Studio](../azure-data-studio/what-is.md).
0 commit comments