I want to install SQL Server Management Studio (SSMS) without Azure Data Studio using Chocolatey.
I am trying this, but it does not seem to work:
choco install sql-server-management-studio --install-arguments "DoNotInstallAzureDataStudio=1" -Y
I want to install SQL Server Management Studio (SSMS) without Azure Data Studio using Chocolatey.
I am trying this, but it does not seem to work:
choco install sql-server-management-studio --install-arguments "DoNotInstallAzureDataStudio=1" -Y
Copyright © 2021 Jogjafile Inc.
Based on this blog post which suggests that you need to install using:
Can you try: