Click here to Skip to main content
15,885,182 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hii,
I have made my project in visual studio 2008 with sql database 2005.Now I want to run my project in pc which has visual studio 2008 with sql database 2013.Is is possible to run my project on that pc.Will it have any affect on my project.
reply as soon as possible.
Posted
Comments
Richard C Bishop 7-May-13 15:08pm    
You will have to make the necessary changes in your project to account for the sql db versions.
Zoltán Zörgő 7-May-13 15:24pm    
SQL 2013? I welcome you Michel de Nostredame! :)
ZurdoDev 7-May-13 15:26pm    
The best thing to do is try. It will depend on if you used anything in SQL 2005 that is now no longer supported. Is SQL 2013 even a version?

1 solution

We migrated from SQL 2005 to SQL 2012 recently, and found that there weren't too many issues. Assuming you have set your code up to pass through information to your SQL Server correctly, using standard methods, it should work.

One issue I did come across related to Triggers, particularly system generated ones (for enforcing relationships etc). Some code that was used in there (system generated) had been deprecated, and no longer worked. Locating them and updating them was tedious, but not particularly difficult.
 
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