I recently wanted to try out Silverlight and so installed VWD2008 Express, along with it I also added SQL2008, naively so it appears.
After that I was unable to use SQL Server Management Studio Express which was a problem as I am currently developing an ASP.NET 2 application with SQL 2005 Express.
I searched google and followed the advice of one post that suggested a fix was to uninstall sql 2008 and reinstall 2005. This worked.
However, when I went to Attach my Database File (It was no longer attached after the re-installation) it reported:
"
------------------------------
The database 'Biz' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.
Could not open new database 'Biz'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 948)
------------------------------
"
I assume the database was modified after the 2008 install. I don't seem to be able to directly connect to the database file via vs2005 either.
Could anyone advise on how to fix this problem... I'm thinking I may need to reinstall sql2008 (Which was confirmed by one post searched on google) and then try and fix the SQL Studio problems but am concerned about making a bigger mess.
Thanks in advance.