Add-on Manager: Is it possible to manage different Versions of SSMS
Hello
Is it possible to manage 2 SSMS version with the add-on manager?
We use SSMS 17.x for connections with -P but also need SSMS 18.x for databases in Azure.
I want to keep SSMS 17.x as default, but when I need to connect to a managed instance in Azure RDM should start SSMS 18.x instead 17.x
Regards
Martin
Hello,
For now I don't think we can support this. However, you could use the Command Line Entry type, and use the SSMS command line arguments :
SSMS [-S servername] [-D databasename] [-G] [-U username] [-E] [-nosplash]
More detail about SSMS Command line https://docs.microsoft.com/en-us/sql/ssms/ssms-utility?view=sql-server-ver15
I would use this one for SSMS 18, since the 17 still supports the password...
Otherwise, you can always file in a Feature Request here : https://forum.devolutions.net/forums/17/remote-desktop-manager--feature-request
I hope this helps!
Best regards,
Alex Belisle
Hi Alexander
Thanks for the reply, I have created a feature request and use the SSMS Command line as a workaround
Regards Martin
Hello
Awesome, thanks for the feedback.
Best regards,
Alex Belisle
Hi Martin,
I turns out there is a little-known feature (that is somewhat buggy) that will work for you. It's not perfect but until we get the feature fixed it can do the job.
Stéfane Lavergne
Hi Stéfane
Excellent, that will help a lot for now.
It would be great if you could configure aliases for the installation paths so that these are displayed in the selector instead of the paths
Regards
Martin