Home Lab – Installing SQL Server 2008 R2

I recently decided to upgrade my vSphere 4 lab to vSphere 5, one of the things I did at the time was consolidate my SQL environments to a single platform (I have in the past had SQL 2005, 2008 and various SQL Express environments up for one reason or another), I decided at this time that I was going to install a dedicated SQL server (VM of course) that would be my single source for any db. requirements.

I decided to install Microsoft SQL Server 2008 R2 as this happens to be the latest supported product (Denali having only just come out I am not sure on the number of the products that support it), like most of my environment SQL 2008 R2 will be hosted on a Windows 2008 R2 server joined to my AD domain.

Installing SQL 2008 R2 isn’t taxing, for the most part it’s a next next next but there are a couple of caveats that you need to be aware of, especially if you’re going to be using it as the host for any VMware products.

Using my TechNet subscription I downloaded SQL 2008 R2 to run the installation.

Installing SQL 2008 R2

01_thumb1

I extracted the files to the local server for no other reason than I didn’t have a mount point active for my ISO’s at the time of building. Double click setup to start the installation setup routine.

02_thumb1

Click OK

03_thumb1

Click on Installation

04_thumb2

As this is the initial installation click on New Installation

06_thumb1

It runs through a check to make sure you can install the SQL Server Setup files, click OK

07_thumb1

As this is a TechNet download I get the version with the product key already embedded into the product, click Next

08_thumb1

Accept the license terms, click Next

09_thumb1

Click Install

10_thumb1

And we’re off.

11_thumb1

Take not of the warning in case you have connectivity issues at some point in the future, click Next

12_thumb1

Rather than a full installation I am going for a Feature Installation, this will let me choose the options to install, click Next

13_thumb1

I am only installing the Database Engine and the Management Tools, if I need anything else in the future I can install it then, click Next

14_thumb1

All clear, click Next

15_thumb1

Click Next

16_thumb1

Click Next

17_thumb1

Click “Use the same account for all SQL Server services”

18_thumb1

Click Browse

20_thumb2

Type in your account name and click Check Names

21_thumb1

Click OK

22_thumb1

Enter the account password, click OK

23_thumb1

Click Next

24_thumb1

I am using Mixed Mode authentication because various VMware products require SQL logins rather than Domain accounts for authentications reasons (VMware View for example), enter the SA password, click Next

25_thumb1

Click Next

26_thumb1

Click Next

27_thumb1

Click Install

28_thumb1

That’s it, a successful installation of SQL Server 2008 R2. The next stage is to re-run the Windows Update (remembering to include other Microsoft products in the update scan) to install any specific SQL related updates.

Once the server is updated it’s ready for use.