Can we install sqlserver2005 before installing vs2005?

I want to install sqlserver2005 on my server2003 server. I heard that sqlserver2005 must be installed before visualstudio2005. Right or Wrong?

0


a source to share


3 answers


can we install sqlserver2005 before installing vs2005? - Yes



I heard that sqlserver2005 must be installed before visualstudio2005. is it right or wrong? - not required, but it depends on which parts of the SQL you are using.

+2


a source


This link should give you the answer

Shorter



The problem is that if you install Visual Studio first, SQL Server Express will be installed, unless a local instance of SQL is already installed. When you later try to install SQL Server 2005 workstations, it will fail, but you are not persistently alerted to the fact.

+2


a source


They are independent of each other. It doesn't have to mean which one you install first.

0


a source







All Articles