Link to home
Start Free TrialLog in
Avatar of THEtechadmin
THEtechadmin

asked on

Keep SQL Server 2005 with Visual Studio 2008

Hi, we are about to upgrade our visual studio 2005 professional to visual studio 2008 professional (a little late, I know), and I was wondering if it is a requirement to upgrade also sql server 2005 to sql server 2008?
All our applications has been written in visual studio 2005 and use the sql server 2005 as the backend DBMS.
Could we keep sql server 2005 and continue developing our applications using visual studio 2008 now?
ASKER CERTIFIED SOLUTION
Avatar of Emes
Emes
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kaufmed
Visual Studio is just the IDE (same way Eclipse and CodeBlocks are IDEs). There is nothing tying VS to Sql Server. You could write code to connect to Sql Server in Notepad and compile it using the command line if you wanted.

So the short answer to your question is, yes, you can use VS '08 with SS.  :)
>> There is nothing tying VS to Sql Server.

For clarity, should read:

    There is nothing tying any particular version of VS to any particular version of Sql Server.
Avatar of THEtechadmin
THEtechadmin

ASKER

Thank you very much everyone for the prompt answers.
Al