[RESOLVED] SQL 2008 database run under SQL 2005
Is there any ways to run my application coded in 3.5 framework C# vs2010 and use SQL 2008 into machine with SQL 2005 only installed with?
I tried to run but says downgrade not supported.
Quote:
cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.
Re: SQL 2008 database run under SQL 2005
If I restore it back to 2005, using the wizard option, do I need to modify also my current codes? If ever.
Re: SQL 2008 database run under SQL 2005
You can not restore an SQL 2008 database to SQL 2005.
Re: SQL 2008 database run under SQL 2005
ITs resolved I tried to used SQL Management tool then change the script to run under SQL 2005.
Another way that work is reconstructing my DB under SQL2005