Genius
Genius

Reputation: 1114

Downgrading SQL Server Express 2008 to SQL Server Express 2005?

I was using Visual Studio 2008 and a service based database. One day I installed Visual Studio C# Express 2010 and it automatically upgraded SQL Server to SQL Server 2008. I want to use Visual Studio 2008, but it does not support SQL Server 2008. Please tell me how to downgrade SQL Server 2008 to SQL Server 2005, so that it will be usable with Visual Studio 2008...

Upvotes: 1

Views: 675

Answers (2)

Mladen Prajdic
Mladen Prajdic

Reputation: 15677

What do you mean it doesn't support it?
SQL Server version has nothing to do with Visual Studio.
You can use SQL Server Express 2008 with VS 2008 just fine.

Anyway there's no downgrade path. You can have both of them side by side though.

Upvotes: 1

Remus Rusanu
Remus Rusanu

Reputation: 294267

Download VS 2008 SP1. It adds support for SQL Server 2008.

Upvotes: 8

Related Questions