How to install SQL Server

Introduction

This topic explains the process of downloading and installing Microsoft SQL Server 2008 Express R2 from the Microsoft website.

  1. Open your web browser.
  1. Go to http://www.microsoft.com/downloads/en/details.aspx?FamilyID=967225eb-207b-4950-91df- eeb5f35a80ee

  2. Click Continue.

  1. If you want to register select Yes otherwise select No and click Continue.
  2. There is no obligation to register with Microsoft.

  1. Click Save. Save the file somewhere you can easily access it (for example, on the Desktop).

  2. Double-click the SQLEXPRWT_x86.exe (or SQLEXPRWT_x64.exe) download.

The relevant files will extract:

  1. Select the New installation or add shared features option.

  2. Click Next and select I accept the licence terms box.

  3. Click Next and click Select All.

  4. Click Next and select the Named instance option.

  5. Type the required SQL instance name into the Named instance box.

  6. By default the PTP Accounts Production uses an instance name of PTPACCOUNTS.

  7. From the drop-down box next to SQL Server Browser select Automatic.

  8. Click Use the same account for all SQL Server services.

  9. In the Account Name drop-down box select NT AUTHORITY\SYSTEM.

  10. Click OK and then Next.

  11. Select the Mixed mode (SQL Server authentication and Windows authentication) option.

  12. Enter a password and password confirmation.

  13. Click Add Current User and click Next.

  14. Click Next.

  15. Once the install is complete, click Close.

Back to top



Configuring the SQL Server for network use

If this is for use as a network version of PTP Account Production, then the SQL Server needs to be configured for network use.

  1. Click Start.

  2. Go to All Programs – Microsoft SQL Server 2008 R2 – Configuration Tools – SQL Server Configuration Manager

  3. On the left-hand side, go down to SQL Server Network Configuration – Protocols for PTPACCOUNTS

  1. Right-click on Named Pipes and select Enable.

  2. Right-click on TCP/IP and select Enable.

  3. On the left-hand side, go up to SQL Server Services.

  4. Right-click on SQL Server (PTPACCOUNTS) and select Restart.