Reputation: 416
I installed Microsoft SQL Server Express with Tools. Then I just wanted to install Microsoft SQL Server Management Studio, but I can't continue due to this error:
It doesn't allow me to continue and I cant select anything. I would help any given help, thanks!
Upvotes: 0
Views: 7265
Reputation: 11072
You Installed SQL express server, so SQL Server Management Studio is considered as a shared component and it is installed as a feature of SQL Server.
The error asks for the SQL server setup (not the instance of sql express you installed).
To install SSMS, select "Add features to an existing instance of SQL Server 2014" and you must define the instance to which you’re adding feature in the drop-down list below the second radio-button.
For step by step installation read: How to install SQL Server 2014 Management Studio
N.B.: I advice to install the last SP2
Upvotes: 1