Install SQL Server 2008 R2

Page creation date :

summary

Provides installation instructions for SQL Server 2008 R2.

SQL Server 2008 R2 をインストールする

Operation confirmation version

Supported SQL Server versions

  • 2008 R2

Check SQL Server version

  • 2008 R2

Check for operation Windows version

  • 2008 R2

substance

ディスクからインストール

Put the installation DVD into the CD/DVD drive and start the installer. (or bind the SQL Server image file to a virtual drive.)

管理者権限が必要

Installation requires administrative rights. For Windows Vista and later operating systems, a dialog will be displayed to promote, so click "Yes".

インストール - 新規インストールを実行するか、既存のインストールに機能を追加します

When the SQL Server Installation Center appears, select Install from the left menu, and then choose Perform a fresh installation or add functionality to an existing installation.

セットアップ サポート ツール

Click the "OK" button.

プロダクト キー

For the full version, enter your product key.

ライセンス条項

After reading the license terms, check "I accept the license terms", and click "Next".

セットアップ サポート ファイル

Click the "Install" button. Installation of sql server itself is not yet because setup support files are installed.

セットアップ サポート ルール

Click Next.

セットアップ ロール

Check Install SQL Server Features and click Next.

If you want to use PowerPivot in conjunction with SharePoint, check SQL Server PowerPivot for SharePoint. (SharePoint 2010 is required separately)

機能の選択

Check the function you want to install and click "Next". You can install additional these features later.

The decision whether to install the main functions will be described below, so please refer to it.

Item description
Database Engine Service If you want to create a database in the OS environment where you installed it, check it. You don't need to have a database already on another server and you only want to install tools to connect from your client PC.
Analysis Services Service for data analysis. You don't have to install it unless you explicitly want to use Analysis Services. On the other hand, if you install it poorly, the setting items will increase.
Reporting Services A service that creates and manages reports with database tables and cubes created in Analysis Services. You don't have to install it unless you explicitly want to use Reporting Services. On the other hand, if you install it poorly, the setting items will increase.
Business Intelligence Development Studio Visual Studio-based tools for creating projects for Integration Services, Analysis Services, and Reporting Services. If you don't use these features, you don't need to install them.
Client tool connections
&

Management tools
Includes tools that you can work with using the GUI into SQL Server. Let's install it because it is more convenient to have.

It can also be used if you want to connect to SQL Server from another PC.
Integration Services It is a service that can perform data conversion and migration of each database and various workflows. Explicitly Integration Services
You do not have to install it unless you want to use .

Install other items as needed.

インストール ルール

Click Next.

インスタンスの構成 - 既定のインスタンス

If you are installing SQL Server a new one, and you do not have any particular rules for instance names, you can specify a default instance. If it is the default instance, you can omit the instance name when connecting to SQL Server.

インスタンスの構成 - 名前付きインスタンス

If sql server already uses the default instance, you cannot specify the default instance. In that case, you must explicitly specify a named instance.

必要なディスク領域

Click Next.

サーバーの構成

Specifies the execution account for each service. Set it up for your domain environment and other circumstances. You can specify the local account of the server for personal use.

These settings vary depending on the service you have installed.

The collation is left as the default.

データべース エンジンの構成 - 認証モード

Wizard that is displayed when installing the database engine.

If you want to access only PCs installed in the database engine, or from users managed by the domain, you can only access Windows authentication mode.

If you need to access it from a completely different PC user, make SQL Server authentication available. In that case, you need to set a password.

You can also change the authentication mode later.

データべース エンジンの構成 - SQL Server 管理者の指定

Specifies the SQL Server administrator. If you want to manage with the current logged-in user, click the "Add Current User" button to add the user to the list. If you are a group of other users, use the "Add" button to add them as needed.

Data disk tori, FILESTREAM, is left as the default.

Analysis Services の構成

Wizard that appears when you install Analysis Services.

Specifies the Analysis Services administrator. If you want to manage with the current logged-in user, click the "Add Current User" button to add the user to the list. If you are a group of other users, use the "Add" button to add them as needed.

Reporting Services の構成

Wizard that is displayed when you install Reporting Services.

Check Install an existing configuration in native mode, and then click Next.

If you want to use it in conjunction with SharePoint, check Install the default configuration for SharePoint integration mode. This requires a separate SharePoint.

エラー レポート

Click Next.

インストール構成ルール

Click Next.

インストールの準備完了

Check the installation and, if you are satisfied, click the "Install" button to start the installation.

インストールの進行状況

Wait for the installation to complete.

完了

Once installed successfully, click the "Close" button to close it.

Please close the remaining screens.

Microsoft SQL Server 2008 R2 - SQL Server Management Studio

If you have a database engine installed, let's check if you can connect.

From the Start menu, start Microsoft SQL Server 2008 R2 → SQL Server Management Studio. (Management tools must be installed)

サーバーへの接続

Since the connection dialog to the server is displayed, "Server type" is set to "Database engine".

The server name is "." is specified. (If you specify an instance name, click ". (instance name))

Make authentication Windows authentication. Specifies SQL Server authentication if the logged-in user does not have connection rights. (Requires sql server authentication permission)

SQL Server Management Studio

Sql Server Management Studio starts and the database configuration tree appears on the left to install successfully.

If you have Reporting Services installed in addition to the system database, you can verify that a database for Reporting Services has also been created.