Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Error while installing SQL Server 2016 Developer Edition on a laptop that has Visual Studio 2017 Community version

What I have tried:

I installed Visual Studio 2017 Community version and then SQL Server 2017 successfully. While installing SSMS - I got some compatibility error.

After that I tried 3 times to properly install SQL Server again but failed due to Multiple Instances already available. Now I have unistalled all the SQL Server instances and Visual Studio. I want to start fresh installation. How do I do that?
Posted
Updated 18-Sep-17 3:59am
Comments
Richard MacCutchan 18-Sep-17 9:34am    
Read the installation instructions for each product first; it should tell you what you need.

1 solution

I always install SQL server first, then Visual studio - the reason is that VS uses SQL, so if it's already installed, it doesn't add it's own version. I've had problems with VS before after installing SQL "over the top" of it.

SSMS installs as part of SQL Server, so that shouldn't be a problem.
 
Share this answer
 
Comments
AnvilRanger 18-Sep-17 16:32pm    
Unless you are installing SQL 2014 or later. From that version SSMS is now a separate install.
OriginalGriff 18-Sep-17 16:46pm    
My hosting service hasn't upgraded from 2012 SP1 yet, so I haven't either!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900