vote up 0 vote down star

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?

flag

76% accept rate

2 Answers

vote up 2 vote down

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|flag
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 at 6:32
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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