You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/failover-clusters/install/before-installing-failover-clustering.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Before Installing Failover Clustering | Microsoft Docs"
3
3
description: This article describes planning considerations preparing to install a SQL Server failover cluster, including hardware, operating system, and configuration.
- To enable Kerberos authentication with [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)], see [How to use Kerberos authentication in SQL Server](https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/319723) in the [!INCLUDE[msCoName](../../../includes/msconame-md.md)] Knowledge Base.
143
142
144
143
- SQL Server failover cluster instance (FCI) requires the cluster nodes to be domain joined. The following configurations are **not supported**:
145
-
*SQL FCI on workgroup clusters.
146
-
*SQL FCI on Multi-Domain cluster.
147
-
*SQL FCI on Domain + Workgroup Clusters.
144
+
*SQL FCI on workgroup clusters.
145
+
*SQL FCI on Multi-Domain cluster.
146
+
*SQL FCI on Domain + Workgroup Clusters.
148
147
149
148
150
149
## <aname="Network"></a> Review Network, Port, and Firewall Considerations
@@ -181,6 +180,18 @@ ms.author: chadam
181
180
## <aname="OS_Support"></a> Verify Your Operating System
182
181
Make sure that your operating system is installed properly and is designed to support failover clustering. The following table is a list of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] editions and the operating systems that support them.
183
182
183
+
|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] edition|Windows Server 2022 Datacenter|Windows Server 2022 Datacenter: Azure Edition|Windows Server 2022 Standard|
|[!INCLUDE[sssql19-md](../../../includes/sssql19-md.md)] Standard |Yes|Yes|Yes|
193
+
194
+
184
195
|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] edition|Windows Server 2019 Datacenter|Windows Server 2019 Standard|Windows Server 2016 Datacenter|Windows Server 2016 Standard |
Copy file name to clipboardExpand all lines: docs/ssms/download-sql-server-management-studio-ssms.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,11 @@ keywords:
18
18
- "ssms download"
19
19
- "sql server ssms"
20
20
- "ssms express"
21
-
ms.assetid: adafeeef-4255-4924-8042-02f503d599ca
22
21
author: dzsquared
23
22
ms.author: drskwier
24
23
ms.reviewer: maghan
25
24
ms.custom: seo-lt-2019
26
-
ms.date: 07/15/2021
25
+
ms.date: 09/16/2021
27
26
---
28
27
29
28
# Download SQL Server Management Studio (SSMS)
@@ -48,7 +47,7 @@ If you have comments or suggestions, or you want to report issues, the best way
48
47
49
48
The SSMS 18.x installation doesn't upgrade or replace SSMS versions 17.x or earlier. SSMS 18.x installs side by side with previous versions, so both versions are available for use. However, if you have a *preview* version of SSMS 18.x installed, you must uninstall it before installing SSMS 18.9.2. You can see if you have the preview version by going to the **Help > About** window.
50
49
51
-
If a computer contains side-by-side installations of SSMS, verify you start the correct version for your specific needs. The latest version is labeled **Microsoft SQL Server Management Studio 18**
50
+
If a computer contains side-by-side installations of SSMS, verify you start the correct version for your specific needs. The latest version is labeled **Microsoft SQL Server Management Studio 18**.
@@ -64,7 +63,7 @@ The new BCP supports Azure AD authentication, including Multi-Factor Authenticat
64
63
65
64
### System Requirements
66
65
67
-
Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019
66
+
Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022
68
67
69
68
This component requires both [Windows Installer 4.5](https://windows-installer.soft32.com/) and [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md).
- In an operating system (Cmd.exe) job step of a SQL Server Agent job.
45
+
- In an operating system (Cmd.exe) job step of a SQL Server Agent job.
47
46
48
47
The utility uses ODBC to execute Transact-SQL batches.
49
48
@@ -64,7 +63,7 @@ The new version of SQLCMD supports Azure AD authentication, including Multi-Fact
64
63
The new BCP supports Azure AD authentication, including Multi-Factor Authentication (MFA) support for SQL Database and Azure Synapse Analytics.
65
64
66
65
**System Requirements**
67
-
Windows 10 , Windows 7, Windows 8, Windows 8.1, Windows Server 2008 - 2019.
66
+
Windows 10 , Windows 7, Windows 8, Windows 8.1, Windows Server 2008 - 2022.
68
67
69
68
This component requires both the built-in [Windows Installer 5](/windows/win32/msi/what-s-new-in-windows-installer-5-0) and the [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md).
0 commit comments