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
##  Contribute to SQL documentation
1
+
##  Contribute to SQL documentation
2
2
Did you know that you could edit the content yourself? If you do so, not only will our documentation improve, but you'll also be credited as a contributor to the page.
3
3
-[How to contribute to SQL Server Documentation](https://docs.microsoft.com/sql/sql-server/sql-server-docs-contribute)
Copy file name to clipboardExpand all lines: docs/ssdt/download-sql-server-data-tools-ssdt.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ If [Visual Studio 2019](https://docs.microsoft.com/visualstudio/install/install-
42
42
43
43
* For Analysis Services, Integration Services, or Reporting Services projects, you can install the appropriate [extensions](https://docs.microsoft.com/visualstudio/ide/finding-and-using-visual-studio-extensions) from either *Tools > Extensions and Updates* or from the [Marketplace](https://marketplace.visualstudio.com/search?term=services&target=VS&category=All%20categories&vsVersion=&sortBy=Relevance).
44
44
45
-
If you don’t have Visual Studio 2019 installed, then you can download and install [Visual Studio 2019 Community](https://visualstudio.microsoft.com/downloads/).
45
+
If you don’t have Visual Studio 2019 installed, then you can download and install [Visual Studio 2019 Community](https://visualstudio.microsoft.com/downloads/).
46
46
47
47
* For SQL Database projects, select **SQL Server Data Tools** under **Data storage and processing** in the list of workloads during installation.
48
48
@@ -74,7 +74,7 @@ The installer lists available Visual Studio instances to add SSDT tools. If Visu
74
74
75
75
## SSDT for VS 2017 (standalone installer)
76
76
77
-
[ Download SSDT for Visual Studio 2017 (15.9.5)](https://go.microsoft.com/fwlink/?linkid=2131035)
77
+
**[ Download SSDT for Visual Studio 2017 (15.9.5)](https://go.microsoft.com/fwlink/?linkid=2131035)**
78
78
79
79
> [!IMPORTANT]
80
80
> * Before installing SSDT for Visual Studio 2017 (15.9.5), uninstall *Analysis Services Projects* and *Reporting Services Projects* extensions if they are already installed, and close all VS instances.
Copy file name to clipboardExpand all lines: docs/ssms/download-sql-server-management-studio-ssms.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ SSMS is free!
39
39
40
40
## Download SSMS
41
41
42
-
**[ Download SQL Server Management Studio (SSMS)](https://aka.ms/ssmsfullsetup)**
42
+
**[ Download SQL Server Management Studio (SSMS)](https://aka.ms/ssmsfullsetup)**
43
43
44
44
SSMS 18.5.1 is the latest general availability (GA) version of SSMS. If you have a previous GA version of SSMS 18 installed, installing SSMS 18.5.1 upgrades it to 18.5.1.
45
45
@@ -102,6 +102,22 @@ If you want to install SSMS in the background with no GUI prompts, then follow t
102
102
103
103
3. If all goes well, you can see SSMS installed at %systemdrive%\SSMSto\Common7\IDE\Ssms.exe" based on the example. If something went wrong, you could inspect the error code returned and take a peek at the %TEMP%\SSMSSetup for the log file.
104
104
105
+
## Uninstall
106
+
107
+
There are shared components that remain installed after you uninstall SSMS.
108
+
109
+
The shared components that remain installed are:
110
+
111
+
- Microsoft .NET Framework 4.7.2
112
+
- Microsoft OLE DB Driver for SQL Server
113
+
- Microsoft ODBC Driver 17 for SQL Server
114
+
- Microsoft Visual C++ 2013 Redistributable (x86)
115
+
- Microsoft Visual C++ 2017 Redistributable (x86)
116
+
- Microsoft Visual C++ 2017 Redistributable (x64)
117
+
- Microsoft Visual Studio Tools for Applications 2017
118
+
119
+
As such, even after you uninstall SSMS from your machine, you must uninstall these components separately.
120
+
105
121
## Supported SQL offerings
106
122
107
123
- This version of SSMS works with all [supported versions of SQL Server 2008 - [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)]](https://support.microsoft.com/lifecycle?C2=1044) and provides the greatest level of support for working with the latest cloud features in Azure SQL Database and Azure SQL Data Warehouse.
0 commit comments