Installing SQL Server 2008 (SQL Server Video)

Applies to:Microsoft SQL Server Analysis Services

Author: Michele Hart, Microsoft Corporation

Narrator: Mary Brennan, Microsoft Corporation

Length: 00:11:51

Size: 12,957 KB

Type: WMV file

Watch this video

Watch this video
Related help topics:

How to: Install SQL Server 2008 from the Command Prompt

How to: Create a New SQL Server Failover Cluster (Setup)

How to: Upgrade to SQL Server 2008 (Setup)

Editions and Components of SQL Server 2008

Setting Up Windows Service Accounts

SQL Server Configuration - Service Accounts

TermDefinition
Additional videos:

Video Summary

In this tutorial we will learn how to install SQL Server 2008.

Video Transcript

Introduction

Hi, my name is Mary Brennan. I’m a Programming Writer for Microsoft SQL Server. In this video I will use the Installation Wizard to install a new instance of SQL Server 2008.

There are several steps involved in installing SQL Server 2008.

First, I will review the hardware and software requirements, run the System Configuration Checker, and review security considerations. Then I will use the Installation Center to launch the Installation Wizard. Finally I will ensure that all components were installed successfully. At the very end I’ll share some tips for a successful installation.

Remember that all installations are different. This tutorial will take you through a basic installation.

The Installation Wizard

The SQL Server Installation Wizard provides a unified way to install all SQL Server components, so you don’t have to install each component individually. You may notice that the AdventureWorks database is not on this list. That’s because samples must be installed separately, from the codeplex website. Downloading and installing samples will be covered in a separate video.

  1. To begin the installation, insert the SQL Server installation media, and from the root folder, double-click setup.exe. To install from a network share, navigate to the root folder on the share, and then double-click setup.exe.

  2. If you don’t have the Microsoft .NET Framework version 2.0 or Windows Installer 4.5 installed, you will be prompted to install them now. You may have to restart your computer when the installations are finished.

  3. Once prerequisites are installed, the SQL Server Installation Center Planning screen opens. Review the hardware and software requirements and the security documentation.

  4. Run the System Configuration Checker to look for any condition that will prevent a successful installation. You must correct any failures before setup can continue.

  5. Click Installation to open the Installation Wizard.

  6. To create a new installation of SQL Server 2008, click New SQL Server stand-alone installation or add features to an existing installation.

  7. The Setup Support Rules Checker will verify the system state of your computer. You must correct any Failures before Setup can continue.

  8. On the Product Key page, indicate whether you are installing a free edition of SQL Server, or whether you have a key for the product.

  9. On the License Terms page, read the license agreement, and then select the check box to accept the licensing terms and conditions.

  10. The Installation Wizard will install files needed to perform the installation. You must correct any failures before setup can continue.

  11. On the Feature Selection page, select the components for your installation. A description for each component group appears in the right-hand pane after you select the feature name. You can select any combination of check boxes.Be sure to select the management tools that you will need.

SQL Server Management Tools

  • SQL Server Management tools include:

  • SQL Server Management Studio

  • SQL Server Profiler

  • SQL Server Database Tuning Advisor

  • Command prompt tools; and

  • Business Intelligence Development Studio (BIDS)

Regardless of how many instances of SQL Server, Analysis Services, or Reporting Services are installed on a computer, only one copy of SQL Server 2008 Management Tools will be installed.

These Management Tools can run side-by-side on the same computer with earlier versions of the Management Tools.

Note that Business Intelligence Development Studio is a separate option during SQL Server installation.

You can also specify a custom directory for shared components by using the field at the bottom of this page.

  1. On the Instance Configuration page, specify whether to install a default or a named instance.

    If you specify a named instance, the name you type is used as the Instance ID. This naming convention identifies installation directories and registry keys for your instance of SQL Server. For a default instance, the name and ID would be MSSQLSERVER.

    Typically, stand-alone instances of SQL Server 2008, whether default or named, use the default value for the Instance ID.

    The default instance root directories are displayed in the middle of the screen. To specify a non-default root directory, use the field provided or click Browse to locate an installation folder.

    All SQL Server service packs and upgrades will apply to every component of an instance of SQL Server. Click Next.

  2. The Disk Space Requirements page calculates the required disk space for the features you specify. It then makes sure that there is enough disk space available.

  3. On the Server Configuration — Service Accounts page, specify login accounts for SQL Server services. The actual services that are configured on this page depend on the features you are installing.

    Use the Collation tab to specify non-default collations for the Database Engine and Analysis Services.

Account Provisioning and Service Accounts

Account Provisioning and Service Accounts are covered in more detail in Books Online. The configuration will be unique to your installation. I recommend using the Forums and these links to learn more about Account Provisioning and Service Accounts.

  1. On the Database Engine - Account Provisioning page, specify the Security Mode (Windows Authentication is recommended).

    And specify at least one SQL Server Administrator. To add the account under which SQL Server Setup is running, click Add Current User.

    Use the Data Directories tab to specify non-default installation directories. To install to default directories, click Next.

    Use the FILESTREAM tab to enable FILESTREAM for your instance of SQL Server.

FILESTREAM

If the following conditions are true, then FILESTREAM should be installed:

  • Objects that are being stored are, on average, larger than 1 MB.

  • Fast read access is important.

  • You are developing applications that use a middle tier for application logic.

  1. Give administrator permissions for Analysis Services to the current user and install to the default directories.

  2. For this tutorial, we’ll install the native mode default configuration for Reporting Services.

  3. Let’s send information to Microsoft that will help to improve SQL Server.

  4. The System Configuration Checker will run one more set of rules to validate your computer configuration with the SQL Server features you have specified. The System Configuration Check passed, so click Next.

  5. We’re ready to install. The install options we selected are displayed. If everything looks correct, click Install.

  6. After installation, the Complete page provides a link to the summary log file for the installation and other important notes. It is important to read the message from the Installation Wizard when you are done with Setup.To complete the SQL Server installation process, click Close.

    If you are prompted to restart the computer, do so now.

The Installation Center

The Installation Center has some great tools for you to use now that SQL Server is installed.

  1. On the Maintenance page, you can upgrade or repair your installation.

  2. On the Tools page, you can run a report that lists the SQL Server 2008 features installed on the local server.

  3. On the Resources page, you’ll find links to documentation, forums, the Developer Center and much more.

  4. Use the Advanced page to manage different types of installations.

  5. Back on the Resources page, the link at the bottom will take you to the Codeplex website where you can download samples and sample databases.

Check the Installation

The last thing we’ll do is check the installation.

Click **Start > All Programs > Microsoft SQL Server 2008 >**from here we can access the configuration and management tools, installation center, documentation, tutorials, BIDS, and more.

Tips

Here are a few tips to help you successfully install SQL Server 2008.

  • If you need to install FILESTREAM, remember to do so during the Installation Wizard process. FILESTREAM can be installed after-the-fact, but it’s an extra step that I like to avoid.

  • If you have Visual Studio installed on your machine, ensure that you have the most recent versions.

  • If you specify non-default installation directories, ensure that the installation folders are unique to this instance of SQL Server. None of the directories should be shared with directories from other instances of SQL Server.

  • For local installations, you must run Setup as an administrator. If you install SQL Server from a remote share, you must use a domain account that has read and execute permissions on the remote share.

Conclusion

This concludes the Installing SQL Server 2008 video tutorial. Thank you for viewing this tutorial.