Reputation: 45
Need to install SQL Server 2016 Management Studio on a server. But on the server, SQL Server 2014 is installed. What can be done here?
How can we achieve this? Any detailed help is appreciated.
Thanks!
Upvotes: 1
Views: 1003
Reputation: 2044
You can connect to SQL Server 2014 with SSMS 2016 but it won't be able to use the 2016 features with it.
Just download it from Microsoft:
Download SQL Server Management Studio (SSMS)
Upvotes: 2