Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server 2008 Installation

I'm trying to install MS SQL Server 2008 on my Win 7 enabled laptop. I'm facing a problem while selecting the path to install. When I go on choose 'installation' and then when I click on 'New SQL Server stand alone installation or add features to an existing installation' it pops up a browse dialog box to select installation folder. I selected c:/program files/Microsoft SQL Server/ and tried all the folders under this folder. However, it gives me an error message saying

c:/program files/Microsoft SQL Server/ is not a valid installation folder

I tried 1000 times but still I'm getting the same error. I already had SQL Server 2005 and I uninstalled it. After that I'm only trying to install MS SQL Server 2008. What is the problem here? How can I fix this issue?

like image 639
user755673 Avatar asked Jul 04 '11 09:07

user755673


People also ask

Can you install SQL Server 2008 on Windows 10?

SQL Server 2008 is not supported on Windows 10 or Windows Server 2016.

Where can I download SQL 2008?

Download Microsoft® SQL Server® 2008 Express with Advanced Services from Official Microsoft Download Center.

Is SQL Server 2008 free?

Microsoft SQL Server 2008 R2 Express with Service Pack 2 is a free, feature-rich edition of SQL Server that is ideal for learning, developing, powering desktop, web & small server applications, and for redistribution by ISVs.


1 Answers

I recently had the same problem, I did the following:

Lets say you downloaded the SQLServer2008R2SP1-KB2528583-x86-ENU file to get SQL 2008 R2 and it won't accept the folder you choose. It is looking for your installation media AKA files to install your chosen option e.g. Upgrade or install.

Right click on the SQLServer2008R2SP1-KB2528583-x86-ENU file, click on extract files (winrar options). This will extract the install file giving you all the files that was compressed.

When SQL 2008 R2 Install Center ask you to choose the folder, select the extracted folder with all the files... problem solved!

like image 77
Marc Uberstein Avatar answered Sep 22 '22 23:09

Marc Uberstein