Skip to content

Commit 347eb73

Browse files
authored
Merge pull request #15444 from markingmyname/ssmsuninstall
[SSMS] Added an uninstall section
2 parents a3fa065 + 720dadf commit 347eb73

4 files changed

Lines changed: 23 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## ![edit content](../media/edit-topic-pencil.png) Contribute to SQL documentation
1+
## ![icon](../media/edit-topic-pencil.png) Contribute to SQL documentation
22
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.
33
- [How to contribute to SQL Server Documentation](https://docs.microsoft.com/sql/sql-server/sql-server-docs-contribute)

docs/includes/paragraph-content/get-help-sql-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ms.prod: sql
55
author: rothja
66
ms.author: jroth
77
---
8-
## ![info_tip](../media/info-tip.png) Get help for SQL tools
8+
## ![icon](../media/info-tip.png) Get help for SQL tools
99

1010
- [Submit an Azure Data Studio Git issue](https://github.com/Microsoft/azuredatastudio/issues)
1111
- [Contribute to Azure Data Studio](https://github.com/Microsoft/azuredatastudio)
12-
- [SQL Client Tools Forum](https://social.msdn.microsoft.com/Forums/home?forum=sqltools)
12+
- [SQL Client Tools Forum](https://social.msdn.microsoft.com/Forums/en-US/home?forum=sqltools&filter=alltypes&sort=lastpostdesc)
1313
- [SQL Server Data Tools - MSDN forum](https://social.msdn.microsoft.com/Forums/en-US/home?forum=ssdt&filter=alltypes&sort=lastpostdesc)
1414
- [Comments or suggestions for SSMS and SSDT - UserVoice](https://aka.ms/sqlfeedback)
1515
- [Support options for business users](https://support.microsoft.com/gp/support-options-for-business)

docs/ssdt/download-sql-server-data-tools-ssdt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If [Visual Studio 2019](https://docs.microsoft.com/visualstudio/install/install-
4242

4343
* 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).
4444

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/).
4646

4747
* For SQL Database projects, select **SQL Server Data Tools** under **Data storage and processing** in the list of workloads during installation.
4848

@@ -74,7 +74,7 @@ The installer lists available Visual Studio instances to add SSDT tools. If Visu
7474

7575
## SSDT for VS 2017 (standalone installer)
7676

77-
[![download](../ssdt/media/download.png) Download SSDT for Visual Studio 2017 (15.9.5)](https://go.microsoft.com/fwlink/?linkid=2131035 )
77+
**[![icon](../ssdt/media/download.png) Download SSDT for Visual Studio 2017 (15.9.5)](https://go.microsoft.com/fwlink/?linkid=2131035)**
7878

7979
> [!IMPORTANT]
8080
> * 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.

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SSMS is free!
3939

4040
## Download SSMS
4141

42-
**[![download](media/download-icon.png) Download SQL Server Management Studio (SSMS)](https://aka.ms/ssmsfullsetup)**
42+
**[![icon](media/download-icon.png) Download SQL Server Management Studio (SSMS)](https://aka.ms/ssmsfullsetup)**
4343

4444
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.
4545

@@ -102,6 +102,22 @@ If you want to install SSMS in the background with no GUI prompts, then follow t
102102

103103
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.
104104

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+
105121
## Supported SQL offerings
106122

107123
- 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.
@@ -133,7 +149,7 @@ Supported hardware:
133149

134150
[!INCLUDE[get-help-sql-tools](../includes/paragraph-content/get-help-sql-tools.md)]
135151

136-
## See also
152+
## Next steps
137153

138154
- [Tutorial: SQL Server Management Studio](tutorials/tutorial-sql-server-management-studio.md)
139155
- [SQL Server Management Studio documentation](sql-server-management-studio-ssms.md)

0 commit comments

Comments
 (0)