Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing sqlserver2008 SP1, the 'select features' is empty?

when installing sqlserver 2008 sp1 on windows7, when it gets to the 'select features' part the list is empty.

I can't go past that step as I can't select anything and then the validation fails.

Man installing sqlserver2008 on windows7 is a real nightmare!

I have .net 3.5 SP1, trying to install sqlserver 2008 SP1 and its just not going anywhere.

like image 269
mrblah Avatar asked Aug 12 '09 16:08

mrblah


People also ask

How can you add a missing features to an existing installation of SQL Server instance?

To add a new feature to an existing instance of SQL Server, select Installation in the left-hand navigation area, and then select New SQL Server stand-alone installation or add features to an existing installation. The System Configuration Checker will run a discovery operation on your computer.

What is the first tool that you must run before installing a new instance of Microsoft SQL Server?

Before you install SQL Server, review Planning a SQL Server installation. For local installations, you must run Setup as an administrator. If you install SQL Server from a remote share, you must use a domain account that has read and execute permissions on the remote share.

How do I install SQL Server 2016 in mixed mode?

At the “Server Configuration” step leave the defaults and click Next. In the Database Engine Configuration window, you have the choice to select either Windows authentication mode or Mixed Mode. Select the option that will work best for your environment.


1 Answers

Stupid question (maybe), but have you installed SQL Server already? SP1 doesn't contain the core product. You need to install SQL Server 2008 RTM, then install SP1.

like image 100
Aaron Alton Avatar answered Oct 05 '22 03:10

Aaron Alton