Install/Upgrade SQL 2008 R2 SP1 Manually

Before You Begin

  • SQL Server Express 2008 R2 SP1 must be installed before SA-Announce. See instructions below.
  • Syn-Apps Support requires that Management Studio be installed to troubleshoot any database issues.
  • SQL Server Express 2008 R2 SP1 requires the following:

Install SQL on New Server

Important: DO NOT close any windows until the installation has completed. Closing windows prematurely may cause the installation to fail.

  1. Download SQL from Microsoft's Download Center webpage.
  2. Launch the installer.
    Contents are extracted to a temporary location.
  3. Click New Installation or add feature to an existing installation to start the Installation Wizard.
  4. Accept the license terms and click Next.
  5. Check all boxes and click Next.
  6. In the Instance Configuration window, change the Named Instance to SYNAPPSENT and click Next.
  7. No Changes are required In the Server Configuration page. Click Next.
  8. On the Database Engine Configuration page, change Authentication Mode to Mixed Mode
  9. Obtain the SA-Announce default SA account password from c:\Program Files (x86)\Syn-Apps\SA-Announce\Configuration\setupSQL.ini and enter it here.
  10. Click Add Current User.     
  11. Select the local administrators group and click OK.
  12. (Optional) Check or uncheck the Error Reporting box and click Next.
  13. Click Close and proceed to next section.
    image

Enable Protocols in SQL Server Configuration Manager

  1. Launch SQL Server Configuration Manager from Start > Programs > Microsoft SQL Server 2008 R2 > Configuration Tools > SQL Server Configuration Manager.
  2. Click SQL Server Network Configuration > Protocols for “instance name”.
  3. Right-click TCP/IP and select Enable.
  4. Click OK on warning message.
  5. Click SQL Server Services in right pane.
  6. Right-click SQL Server (instance name) and select Restart.

SQL is installed and ready for use.