Installing SQL Server 2008 R2 with Tools

Introduction

This topic explains how to install of Microsoft SQL Server 2008 R2 with Tools.

  1. Download the SQL Server 2008 Express with Tools installation file. This can be obtained from the Microsoft website. Click here to download.

  2. Please download Microsoft SQL Server 2008 from https://www.microsoft.com/en-gb/download/details.aspx?id=30438

  3. Click Download and when prompted, select the appropriate version:

  1. Accept all the defaults, until this screen displays.

  2. On the Instance Configuration page, select the Named instance option.

  3. Change the instance name to IRISPRACTICE and click Next.

 

  1. On the Server Configuration screen, select Use the same account for all SQL Server services.

  2. In the Account Name box, select NT AUTHORITY\SYSTEM and click OK.

 

  1. From the Startup Type drop-down for the SQL Server Browser, select Automatic and click Next.

 

  1. On the Database Engine Configuration page, select the Mixed Mode option.

  2. Enter a strong password for the system administrator and confirm the password.

  3. Click Add Current User.

  4. Click Next and accept all other defaults. The install of SQL should now complete successfully.

 

 

 

Protocol Configuration

Once installed, you will need to check that your SQL Server Client Protocols have been configured correctly.

 

The IRIS installation requires that they are as follows:

 

To enable or disable a client protocol:

  1. Click Start, All Programs, Microsoft SQL Server 2008 R2 or equivalent.

  2. Select Configuration Tools.

  3. Select SQL Server Configuration Manager, expand SQL Server Network Configuration, right-click Client Protocols, and then click Properties.

  4. Click a protocol in the Disabled Protocols box, and then click Enable, to enable a protocol.

  5. Click a protocol in the Enabled Protocols box, and then click Disable, to disable a protocol.