How to install SQL Server Express 2012

Introduction

This topic guides you through the Installation of Microsoft SQL Server Express 2012 with Tools.

 


 

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

  1.   Select the New Installation option. Accept all the defaults and click Next.

 

  1. Accept the license terms and click Next.

 

  1. Click Next to continue.

 

  1. On the Instance Configuration page, change the Named instance from SQLEXPRESS to PTPACCOUNTS and click Next.

 

  1. On the Server Configuration screen, change the Account Name of Database Engine Service to NT AUTHORITY\NETWORK SERVICE. The installation will successfully install all components without any error.

 

  1. On the Database Engine Configuration screen select the Mixed Mode option.

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

  3. Click Next.

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

 

 

  1. Once installed, check that your SQL Server Client Protocols have been configured correctly.

 


 

The PTP ACCOUNTS installation requires  Shared Memory, Named Pipes and TCP/IP are Enabled. For Standalone Machines only, TCP/IP can also be Disabled.

 

To enable or disable a client protocol:

    1. Click Start | All Programs | Microsoft SQL Server 2012

    2. Select Configuration Tools.

    3. Select SQL Server Configuration Manager and expand SQL Server Network Configuration.

    4. Right-click Client Protocols and click Properties.

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

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

 

 

 

 


 

  1. Once completed restart the PTPACCOUNTS Service. This can be done by selecting SQL Server Services, then right-clicking on your SQL instance (PTPACCOUNTS) and selecting Restart.