up vote 0 down vote favorite
share [g+] share [fb]

I've noticed that Visual Studio installs SQL Server 2005 Express. However, I've installed SQL Server 2008 and plan on it being the primary db I work with. Is it possible to work with VS2008 without having SQl Server 2005?

link|improve this question

79% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Visual Studio does not depend on any version of SQL Server. You can use SQL Server 2008 with Visual Studio 2008 if you wish. I am doing so as I type.

link|improve this answer
Indeed, me too. Also, you can deselect SQL Server Express when you install VS (just do an advanced install) - can't tell whether the OP knows this from his question. – Blorgbeard Nov 2 '09 at 6:32
feedback

Yes, the two are independent. If you are talking about DB Pro, with the latest version of GDR2, you can target SQL 2005 or SQL 2008 databases.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.