Post

Installing SQL Server 2008 on Windows Server 2008 R2

Before you install SQL Server 2008, read this post about installing the pre-requisites on Windows Server 2008 R2. Here’s the guide to installing SQL Server 2008 on Windows Server 2008 R2.

In this example I have also prepared a special SQL Service account named DBService.

Start the setup program.

Screenshot of the SQL Server Installation Center

Select Installation.

Screenshot of selecting the New SQL Server installation

Select the New SQL Server stand-alone installation.

Screenshot of the Setup rules

When the Setup Support Rules has identified all the rules, click Ok.

Screenshot of the Product Key dialog

Enter your product key and click Next.

Screenshot of the License Terms dialog

If you agree to the License Terms, check the box and click Next.

Screenshot of the Setup Support Files dialog

Click Install.

Screenshot of the Setup Support Files in Progress dialog

Screenshot of the Setup Support Rules dialog

You will probably get a warning for the Windows Firewall. That is because some ports needs to be opened if you plan to access your SQL Server installation from outside. Read more at http://go.microsoft.com/fwlink/?LinkId=94001

Screenshot of the Rule Check Result Dialog

Screenshot of the Feature Selection dialog

In this example I will install all features of SQL Server, but for your needs you may select only the features you will need.

Screenshot of the Instance Configuration dialog

If you have no plans of changing the Instance name or the installation root directory, leave those as per default and click Next.

Screenshot of the Disk Space Requirements dialog

Click Next.

Screenshot of the Server Configuration dialog

For this example, I will use the same service account for all SQL Server services. So click on “User the same account for all SQL Server services”.

Screenshot of the user account selection dialog

Click Browse.

Screenshot of the user account selection dialog

Enter your SQL Service account and click “Check Names” and then click Ok.

Screenshot of the user account selection dialog

Click Ok.

Screenshot of the Server Configuration dialog

Click Next.

Screenshot of the Database Enginge Configuration dialog

Click Add Current User, click Add and enter the Administrators user group. Click Next.

Screenshot of the Analysis Services Configuration dialog

If you have selected the Analysis Services, click Add Current User and click Add.. and add the Administrators user group. Click Next.

Screenshot of the Reporting Services Configuration dialog

If you have selected the Reporting Services feature, choose which Reporting Services mode you want to use. In this example I will use the integrated mode. Click Next.

Screenshot of the Error and Usage Reporting dialog

If you want to participate in the error reporting or usage data program, put a checkbox on those. Click Next.

Screenshot of the Installation Rules dialog

Click Next.

Screenshot of the Ready to Install dialog

Click Install.

Screenshot of the Installation Progress dialog

Screenshot of the Installation Progress dialog

When the Setup Process has finished, click Next.

Screenshot of the Installation Completed dialgo

Finally, click Close.

If you plan to access your SQL Server from an external client, you will have to open some firewall ports.

This post is licensed under CC BY 4.0 by the author.