Reputation: 1114
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
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