Hey! Some of you might have red the book "Head first C#."
I was looking for some help on the Service-based Datebase (page 52) as I try to open it, it come up with the following error: Connections to SQL Server files (*.mdf) require SQL Server Express 2005 to fuction properly. Please verity the intallation of the component or download from the URL: bla bla bla.
The thing is... I've been downloading it, and upgraded to version 2008. And it still doesn't work.
Any help will be good;P
Hrm, that's no fun. There's always the (not so attractive) option of uninstalling 2008 and going with 2005. I'm not a big MSSQL guy but this may help:
From: [Only registered and activated users can see links. ]
Quote:
Hi Theresa,
Yes you can have both SQL Server 2005 and SQL Server 2008 installed on the same machine, side by side. For the features that are multi-instance (SQL Database Engine, Analysis Services, and Reporting Services) they will need to be installed with a seperate instance name (ie. if you installed SQL Server 2005 as the default instance, SQL Server 2008 will need to be installed with a named instance). Other than that they should work fine.