Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Permalink
Newer
Older
100644 74 lines (54 sloc) 6.85 KB
March 28, 2017 14:16
1
---
2
title: "Planning a SQL Server Installation"
May 6, 2020 08:42
3
description: This article helps you plan to install SQL Server. It includes links to resources needed for SQL Server installation.
4
author: rwestMSFT
5
ms.author: randolphwest
6
ms.date: "08/23/2017"
7
ms.service: sql
8
ms.subservice: install
August 25, 2018 12:52
9
ms.topic: quickstart
10
ms.custom: intro-quickstart
11
helpviewer_keywords:
March 28, 2017 14:16
12
- "installing SQL Server, planning"
13
---
14
# Planning a SQL Server Installation
March 8, 2022 14:59
15
[!INCLUDE [SQL Server -Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
17
To install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], follow these steps:
18
19
- Review installation requirements, system configuration checks, and security considerations for a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] installation.
20
21
- Run [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup to install or upgrade to a later version. Before upgrading, review [Upgrade SQL Server](../../database-engine/install-windows/upgrade-sql-server.md).
22
23
- Use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] utilities to configure [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
24
25
Regardless of the installation method, you are required to confirm acceptance of the software license terms as an individual or on behalf of an entity, unless your use of the software is governed by a separate agreement such as a [!INCLUDE[msCoName](../../includes/msconame-md.md)] volume licensing agreement or a third-party agreement with an ISV or OEM.
26
March 13, 2020 15:55
27
The license terms are displayed for review and acceptance in the Setup user interface. Unattended installations (using the `/Q` or `/QS` parameters) must include the `/IAcceptSQLServerLicenseTerms` parameter. Download and review the license terms separately at [Microsoft SQL Server License Terms and Information](https://www.microsoft.com/Licensing/product-licensing/sql-server.aspx). For volume licensing terms, see [Licensing Terms and Documentation](https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=53). For older versions of SQL Server, see [Microsoft Software License Terms](https://go.microsoft.com/fwlink/?LinkID=148209).
28
29
> [!NOTE]
30
> Depending on how you received the software (for example, through [!INCLUDE[msCoName](../../includes/msconame-md.md)] volume licensing), your use of the software may be subject to additional terms and conditions.
31
32
## In This Section
33
[What's New in SQL Server Installation](../../sql-server/install/what-s-new-in-sql-server-installation.md)
February 6, 2018 20:06
34
This article describes the details about the new or improved features of installation in this version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
35
February 24, 2020 16:32
36
Hardware and software requirements for installing [SQL Server 2016 & 2017](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md), [SQL Server 2019](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md) or [SQL Server on Linux](../../linux/sql-server-linux-setup.md)
37
This article lists the minimum hardware and software requirements to install and run an instance of SQL Server. .
38
39
[Security Considerations for a SQL Server Installation](../../sql-server/install/security-considerations-for-a-sql-server-installation.md)
February 6, 2018 20:06
40
This article describes some security best practices that you should consider before you install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and after you install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
41
42
[Configure Windows Service Accounts and Permissions](../../database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md)
February 6, 2018 20:06
43
This article describes the default configuration of services in this release of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and configuration options for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] services that you can set during and after [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] installation.
44
45
[Network Protocols and Network Libraries](../../sql-server/install/network-protocols-and-network-libraries.md)
February 6, 2018 20:06
46
This article describes the default configuration of network protocols in this release of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and the configuration options available.
47
48
[Work with Multiple Versions and Instances of SQL Server](../../sql-server/install/work-with-multiple-versions-and-instances-of-sql-server.md)
February 6, 2018 20:06
49
This article describes the considerations for installing multiple versions and instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
50
51
[Local Language Versions in SQL Server](../../sql-server/install/local-language-versions-in-sql-server.md)
February 6, 2018 20:06
52
This article describes about the localized versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
53
54
## Related Sections
55
[Install SQL Server](../../database-engine/install-windows/install-sql-server.md)
56
This section provides an overview of different installation options we have for installing [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
57
58
[Install SQL Server Business Intelligence Features](../../sql-server/install/install-sql-server-business-intelligence-features.md)
59
This section of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup documentation explains how to install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] features that are part of the Microsoft BI platform.
60
61
[Upgrade SQL Server](../../database-engine/install-windows/upgrade-sql-server.md)
62
The section provides an overview of upgrading from a previous version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
63
64
[Uninstall SQL Server](../../sql-server/install/uninstall-sql-server.md)
65
Refer this section to uninstall an existing instance of [!INCLUDE[ssNoversion](../../includes/ssnoversion-md.md)] completely, and prepare the system so that you can reinstall [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
66
67
[SQL Server Failover Cluster Installation](../../sql-server/failover-clusters/install/sql-server-failover-cluster-installation.md)
68
This section of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup documentation explains how to install, and configure [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] failover cluster.
69
70
## See Also
October 7, 2020 11:07
71
[Install SQL Server from the Command Prompt](../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md)
72
[High Availability Solutions (SQL Server)](../../database-engine/sql-server-business-continuity-dr.md)
73
[Before Installing Failover Clustering](../../sql-server/failover-clusters/install/before-installing-failover-clustering.md)
74
[Upgrade SQL Server Using the Installation Wizard (Setup)](../../database-engine/install-windows/upgrade-sql-server-using-the-installation-wizard-setup.md)