Skip to content

Commit 967472b

Browse files
committed
formatting
1 parent 945459a commit 967472b

4 files changed

Lines changed: 14 additions & 10 deletions

File tree

docs/database-engine/install-windows/install-sql-server.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ Beginning with [!INCLUDE[sssql15](../../includes/sssql15-md.md)], [!INCLUDE[ssno
3838
- [[!INCLUDE[ss2016](../../includes/sssql15-md.md)]](~/sql-server/editions-and-components-of-sql-server-2016.md).
3939
- [[!INCLUDE[ss2014](../../includes/sssql14-md.md)]](https://technet.microsoft.com/library/cc645993(v=sql.120).aspx)
4040

41-
* **Requirements**: Review installation requirements, system configuration checks, and security considerations in [Planning a SQL Server Installation](../../sql-server/install/planning-a-sql-server-installation.md)
41+
* **Requirements**: Review hardware and software installation requirements for [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), or system configuration checks, and security considerations in [Planning a SQL Server Installation](../../sql-server/install/planning-a-sql-server-installation.md)
42+
43+
4244

4345
* **Sample databases and sample code**:
4446
* They are not installed as part of SQL Server setup by default but can be found
@@ -116,7 +118,7 @@ Other SQL Server components can be found here:
116118

117119
[Upgrade [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)]](../../database-engine/install-windows/upgrade-sql-server.md)
118120
[Uninstall [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)]](../../sql-server/install/uninstall-sql-server.md)
119-
[Install SQL Server Reporting Services (SSRS)](../../reporting-services/install-windows/install-reporting-services.md)
120-
[Install SQL Server Analysis Services (SSAS)](/analysis-services/instances/install-windows/install-analysis-services)
121+
[Install SQL Server Reporting Services (SSRS)](../../reporting-services/install-windows/install-reporting-services.md)
122+
[Install SQL Server Analysis Services (SSAS)](/analysis-services/instances/install-windows/install-analysis-services)
121123
[Install [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] Business Intelligence Features](../../sql-server/install/install-sql-server-business-intelligence-features.md)
122124
[High Availability Solutions (SQL Server)](../../sql-server/failover-clusters/high-availability-solutions-sql-server.md)

docs/sql-server/install/hardware-and-software-requirements-for-installing-sql-server-ver15.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can get relevant installation media from the following locations:
6363
- [SQL Server evaluation center](https://www.microsoft.com/evalcenter/evaluate-sql-server-2016)
6464
- [Most recent cumulative updates](../../database-engine/install-windows/latest-updates-for-microsoft-sql-server.md)
6565

66-
Alternatively, you can create an [Azure virtual machine already running SQL Server](/azure/virtual-machines/windows/sql/quickstart-sql-vm-create-portal).
66+
Alternatively, you can create an [Azure virtual machine already running SQL Server](/azure/virtual-machines/windows/sql/quickstart-sql-vm-create-portal) though SQL Server on a virtual machine will be slower than running natively because of the overhead of virtualization.
6767

6868
## <a name="hwswr"></a> Software requirements
6969

@@ -75,9 +75,11 @@ The following requirements apply to all installations:
7575
|.NET Framework|Minimum operating systems includes minimum .NET framework.|
7676
|Network Software|Supported operating systems for [!INCLUDE[ssCurrent](../../includes/ssnoversion-md.md)] have built-in network software. Named and default instances of a stand-alone installation support the following network protocols: Shared memory, Named Pipes, and TCP/IP.<br/><br/> |
7777

78+
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup installs the following software components required by the product:
79+
80+
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client
81+
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup support files
7882

79-
> [!NOTE]
80-
> Running [!INCLUDE[ssCurrent](../../includes/ssnoversion-md.md)] on a virtual machine will be slower than running natively because of the overhead of virtualization.
8183

8284
> [!IMPORTANT]
8385
> There are additional hardware and software requirements for the PolyBase feature. For more information, see [Get started with PolyBase](../../relational-databases/polybase/get-started-with-polybase.md).

docs/sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ The following requirements apply to all installations:
7676

7777
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup installs the following software components required by the product:
7878

79-
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client
80-
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup support files
79+
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client
80+
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup support files
8181

8282

8383

docs/sql-server/install/planning-a-sql-server-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ms.author: mathoma
3434
[What's New in SQL Server Installation](../../sql-server/install/what-s-new-in-sql-server-installation.md)
3535
This article describes the details about the new or improved features of installation in this version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
3636

37-
[Hardware and Software Requirements for Installing SQL Server](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md)
38-
This article lists the minimum hardware and software requirements to install and run an instance of [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)].
37+
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)
38+
This article lists the minimum hardware and software requirements to install and run an instance of SQL Server. .
3939

4040
[Security Considerations for a SQL Server Installation](../../sql-server/install/security-considerations-for-a-sql-server-installation.md)
4141
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)].

0 commit comments

Comments
 (0)