Step by Step: SQL Server 2008 Installation

When installing SQL Server, you’ll need to accept all the defaults except in the following screenshots.

Choose Stand-alone installation

image

Don’t worry about the Windows Firewall Warning

image

Select All the features

image

Server Configuration

Use “NT AUTHORITY\NETWORK SERVICE” for all the services, and turn “SQL Server Browser” to Automatic

image

Database Engine Configuration

Add Current User to the SQL Server Administrators. And choose the tab “Data Directories”

image

In the “Data Directories” tab change these directories to the disk / subdirectories where you want your data to reside. For instance:

  1. g:\SAMOA\Data
  2. g:\SAMOA\Backup

image

Analysis Service Configuration

Add Current User as an Analysis Services administrator, and click on the “Data Directories” tab:

image

Change these directories to point to the disk where you want your data to reside. For instance:

  1. g:\SAMOA\AS\Data
  2. g:\SAMOA\AS\Log
  3. g:\SAMOA\AS\Temp
  4. g:\SAMOA\AS\Backup

image

Search for product updates

Make sure that at the end of the installation you search for product updates

image

Install SQL Server Service Pack 1

From http://www.microsoft.com/downloads/details.aspx?familyid=66AB3DBB-BF3E-4F46-9559-CCC6A4F9DC19&displaylang=en

Add your comment Add your comment

Previously