Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
My concern is,i want to upgrade to sql 2012 from sql 2008 and i am using visual studio 2012 and there are many projects in VS where DB is connected , and my question is after i change to sql 2012,would the database connection from VS projects will occur to certain databases or is there anything i have to do to make it connected to sql 2012 databases ???
Posted

1 solution

Depending on how you are currently connecting, and as long as things like the instance or database name remain the same, you should be ok.

You can confirm this by checking out the various connection strings presented at connectionstrings.com[^]
 
Share this answer
 

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