How To Install SQL Server 2008 R2
How To Install SQL Server 2008 R2
If you are upgrading to SQL Server 2008 R2, consider this resources and
recommendations:
The following are some recommendations before installing SQL Server 2008
R2:
Run SQL Server 2008 R2 setup. First, setup checks to determine software
requirements are installed. If not, you will be prompted to install.
After installing .Net Framework 3.5 SP1, I was prompted to install Windows
Installer (KB942288).
After installing the hotfix, the Installation Center will launch.
On the screen above, make a click on the "Installation" hyperlink in the left
side of the screen.
This screen shows the types of installation available. Let's select the first
type available "New SQL Server stand-alone installation or add features to
an existing installation".
Above you will find the first set of Setup Support Rules. The Next button is
available only if all check results are successful, or if failed checks do not
block installation
On the page above, specify the edition of SQL Server to install. We chose
the Enterprise Evaluation Edition.
The above is the License Terms page. Read the license agreement and if
you agree with it, check the "I accept the license terms" check box, and then
click the Next button.
On the following page, setup is installing a required component.
The following is a new page on SQL Server setup, its name is Setup Role.
Here you have three options:
On the Feature Selection page, select the features for your installation.
The page below belongs to the second set of Setup Support Rules.
On the Instance Configuration page, select a default or named instance for
your installation, and select de directory where you want to install de
features you have chosen.
This page is just for the purpose of reviewing disk usage. Click on the
"Next" button to continue setup.
It is recommended to create a local user or domain user account to start
SQLServer services, the next page setup will display is all about SQL Server
service accounts.
If the computer is not part of a domain, use a local user account without
Windows administrator permissions. You can create this account using
Control Panel -> User Accounts.
Use a Domain User Account if the service must interact with network
services or access domain resources. This account should be pre-created by
a domain administration in your environment.
Whether you create a local user or a domain user account, the password you
use to create the account must be a strong password.
You can also use built-in accounts as the NetworkService account, but I
would not recommend to use Local Service Account for SQL Server
(MSSQLSERVER). Use Local System if you need a very high-privileged
account. It has extensive privileges on the local system.
Microsoft recommends you to specify an individual account for each service.
The service accounts used for this configuration must have a strong
password as mentioned above, otherwise you will get the error "Invalid or
missing username or password. To continue, provide valid credentials for the
SQL Server Agent service". A strong password is one that has a
combination of letters in uppercase, lowercase, numbers and special
characters.
On the Collation tab, specify the collation for your SQL Server instance.
On the Database Engine Configuration page, choose the authentication mode
to use for your SQL Server installation. If you select Windows
Authentication, Setup creates an sa account.
Enter and confirm the password for the (sa) login when you choose Mixed
Mode Authentication.
If you are planning to use FILESTREAM with SQL Server 2008 R2, you may
want to enable it on this tab or do it later.
On the Error and Usage Reporting page, optionally clear each check box to
disable error reporting.
The above screens belong to the Setup Installation Rules.
On the Ready to Install page, review the summary of features and
components for your SQL Server installation. To proceed, click Install.
On the Completing the Microsoft SQL Server Installation Wizard page, you
can view the Setup summary log by clicking the link provided on this page.
To exit the SQL Server Installation Wizard, click Close.
References: