Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installed SQLServerManagementStudio in both versions, winget command for SSMS is don't work #3055

Open
kkbruce opened this issue Mar 8, 2023 · 3 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.
Milestone

Comments

@kkbruce
Copy link

kkbruce commented Mar 8, 2023

Brief description of your issue

Originally only version 18 of SSMS was installed, but today it was upgraded to install version 19 of SSMS. After that, I want to remove one of the versions of SSMS and find that the instructions for SSMS are no longer valid.

Steps to reproduce

  • winget upgrade -h --all
  • winget list Microsoft.SQLServerManagementStudio
  • winget list --name sql
  • winget uninstall Microsoft.SQLServerManagementStudio
  • winget uninstall -v 19.0.1 Microsoft.SQLServerManagementStudio

image

Expected behavior

winget command for "Microsoft.SQLServerManagementStudio" package is working.

Actual behavior

winget command for "Microsoft.SQLServerManagementStudio" package doesn't work by installing SQLServerManagementStudio in both versions.

Environment

winget --info
Windows 封裝管理員 v1.4.10173
Copyright (c) Microsoft Corporation. 著作權所有,並保留一切權利。

Windows: Windows.Desktop v10.0.22621.1194
系統架構: X64
包裹: Microsoft.DesktopAppInstaller v1.19.10173.0

記錄檔: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir

使用者設定: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Mar 8, 2023
@Trenly
Copy link
Contributor

Trenly commented Mar 8, 2023

You will have to use the Name to uninstall the specific version. Try winget uninstall 'Microsoft SQL Server Management Studio - 19.0.1'

@stephengillie stephengillie added Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage Issue need to be triaged labels Mar 8, 2023
@kkbruce
Copy link
Author

kkbruce commented Mar 14, 2023

image

Another situation, winget upgrade will continue to repeat to install SSMS 19.

@kkbruce
Copy link
Author

kkbruce commented Mar 20, 2024

18 to 19 is bad.
19 to 20 is still bad. Keep going!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.
Projects
None yet
Development

No branches or pull requests

4 participants