Solved How to install sql server 2008 R2 on Windows 8

V2Solutions

New Member
Messages
3
I tried running sqlexpress executable(SQLEXPRWT_x64_ENU.exe) on Windows 8 Consumer preview Build 8250. It throws compatibility issue.

I tried resolving this issue by doing "Windows feature turn off". But this edition does not allow me to save changes on Windows feature.

Kindly guide me whether Sql server 2008 R2 need any prerequesite or it can be installed by simply doing windows add feature.
 
Hello Calico,

I have tried installing SQL Server 2008 R2 Express SP1 but insstaller throws warning :
An app on your PC needs the following windows feature :
.Net framework 3.5(includes .NEt 2.0 and 3.0)

Shall I conclude that it won't work without doing add fearures.
 
It does require .NET 3.5 SP1, so you'll have to add what you can from:

Control Panel/Programs and Features/Turn Windows Features on or off.

But I don't think that includes SP1, so you'll probably have to download that as well...
 
Calico thanks.

I added .Net 3.5 windows feature from:

Control Panel/Programs and Features/Turn Windows Features on or off

and then installedSQL Server 2008 R2 Express SP1.

It all went smoothly.

Thanks Alot
 
Back
Top