Skip to content

Commit cbdc136

Browse files
author
Jim Vance
committed
Added author metadata
1 parent 5a88d7f commit cbdc136

50 files changed

Lines changed: 3335 additions & 3285 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/sql-server/failover-clusters/install/remove-a-sql-server-failover-cluster-instance-setup.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
---
2-
title: "Remove a SQL Server Failover Cluster Instance (Setup) | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
5-
ms.prod: "sql-server-2016"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "setup-install"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
helpviewer_keywords:
13-
- "clusters [SQL Server], removing failover clustered instance"
14-
- "failover clustering [SQL Server], removing failover clustered instance"
15-
- "uninstalling failover clustered instances"
16-
- "removing failover clustered instances"
17-
ms.assetid: bf63353b-69cf-4c5c-98ea-7b151e36537f
18-
caps.latest.revision: 38
19-
ms.author: "mikeray"
20-
manager: "jhubbard"
21-
---
22-
# Remove a SQL Server Failover Cluster Instance (Setup)
1+
---
2+
title: "Remove a SQL Server Failover Cluster Instance (Setup) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "03/14/2017"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "setup-install"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
helpviewer_keywords:
13+
- "clusters [SQL Server], removing failover clustered instance"
14+
- "failover clustering [SQL Server], removing failover clustered instance"
15+
- "uninstalling failover clustered instances"
16+
- "removing failover clustered instances"
17+
ms.assetid: bf63353b-69cf-4c5c-98ea-7b151e36537f
18+
caps.latest.revision: 38
19+
author: "MikeRayMSFT"
20+
ms.author: "mikeray"
21+
manager: "jhubbard"
22+
---
23+
# Remove a SQL Server Failover Cluster Instance (Setup)
2324
Use this procedure to uninstall a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] failover clustered instance.
2425

2526
> [!IMPORTANT]

docs/sql-server/failover-clusters/install/rename-a-sql-server-failover-cluster-instance.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
---
2-
title: "Rename a SQL Server Failover Cluster Instance | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
5-
ms.prod: "sql-server-2016"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "setup-install"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
helpviewer_keywords:
13-
- "clusters [SQL Server], virtual servers"
14-
- "renaming virtual servers"
15-
- "virtual servers [SQL Server], failover clustering"
16-
- "failover clustering [SQL Server], virtual servers"
17-
ms.assetid: 2a49d417-25fb-4760-8ae5-5871bfb1e6f3
18-
caps.latest.revision: 16
19-
ms.author: "mikeray"
20-
manager: "jhubbard"
21-
---
22-
# Rename a SQL Server Failover Cluster Instance
1+
---
2+
title: "Rename a SQL Server Failover Cluster Instance | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "03/14/2017"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "setup-install"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
helpviewer_keywords:
13+
- "clusters [SQL Server], virtual servers"
14+
- "renaming virtual servers"
15+
- "virtual servers [SQL Server], failover clustering"
16+
- "failover clustering [SQL Server], virtual servers"
17+
ms.assetid: 2a49d417-25fb-4760-8ae5-5871bfb1e6f3
18+
caps.latest.revision: 16
19+
author: "MikeRayMSFT"
20+
ms.author: "mikeray"
21+
manager: "jhubbard"
22+
---
23+
# Rename a SQL Server Failover Cluster Instance
2324
When a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] instance is part of a failover cluster, the process of renaming the virtual server differs from that of renaming a stand-alone instance. For more information, see [Rename a Computer that Hosts a Stand-Alone Instance of SQL Server](../../../database-engine/install-windows/rename-a-computer-that-hosts-a-stand-alone-instance-of-sql-server.md).
2425

2526
The name of the virtual server is always the same as the name of the SQL Network Name (the SQL Virtual Server Network Name). Although you can change the name of the virtual server, you cannot change the instance name. For example, you can change a virtual server named VS1\instance1 to some other name, such as SQL35\instance1, but the instance portion of the name, instance1, will remain unchanged.

docs/sql-server/failover-clusters/install/sql-server-failover-cluster-installation.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
---
2-
title: "SQL Server Failover Cluster Installation | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
5-
ms.prod: "sql-server-2016"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "setup-install"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
ms.assetid: c0e75a7c-85c5-423c-a218-77247bf071aa
13-
caps.latest.revision: 7
14-
ms.author: "mikeray"
15-
manager: "jhubbard"
16-
---
17-
# SQL Server Failover Cluster Installation
1+
---
2+
title: "SQL Server Failover Cluster Installation | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "03/14/2017"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "setup-install"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
ms.assetid: c0e75a7c-85c5-423c-a218-77247bf071aa
13+
caps.latest.revision: 7
14+
author: "MikeRayMSFT"
15+
ms.author: "mikeray"
16+
manager: "jhubbard"
17+
---
18+
# SQL Server Failover Cluster Installation
1819
To install a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] failover cluster, you must create and configure a failover cluster instance by running [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Setup.
1920

2021
## Installing a Failover Cluster

docs/sql-server/failover-clusters/management-of-logins-and-jobs-after-role-switching-sql-server.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
---
2-
title: "Management of Logins and Jobs After Role Switching (SQL Server) | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
5-
ms.prod: "sql-server-2016"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dbe-high-availability"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
helpviewer_keywords:
13-
- "role switching [SQL Server]"
14-
ms.assetid: fc2fc949-746f-40c7-b5d4-3fd51ccfbd7b
15-
caps.latest.revision: 25
16-
ms.author: "mikeray"
17-
manager: "jhubbard"
18-
---
19-
# Management of Logins and Jobs After Role Switching (SQL Server)
1+
---
2+
title: "Management of Logins and Jobs After Role Switching (SQL Server) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "03/14/2017"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "dbe-high-availability"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
helpviewer_keywords:
13+
- "role switching [SQL Server]"
14+
ms.assetid: fc2fc949-746f-40c7-b5d4-3fd51ccfbd7b
15+
caps.latest.revision: 25
16+
author: "MikeRayMSFT"
17+
ms.author: "mikeray"
18+
manager: "jhubbard"
19+
---
20+
# Management of Logins and Jobs After Role Switching (SQL Server)
2021
When deploying a high-availability or disaster-recovery solution for a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database, it is important to reproduce relevant information that is stored for the database in the **master** or **msdb** databases. Typically, the relevant information includes the jobs of the primary/principal database and the logins of users or processes that need to connect to the database. You should duplicate this information on any instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that hosts a secondary/mirror database. If possible after roles are switched, it is best to programmatically reproduce the information on the new primary/principal database.
2122

2223
## Logins

docs/sql-server/failover-clusters/troubleshoot-orphaned-users-sql-server.md

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
1-
---
2-
title: "Troubleshoot Orphaned Users (SQL Server) | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "07/14/2016"
5-
ms.prod: "sql-server-2016"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dbe-high-availability"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
helpviewer_keywords:
13-
- "orphaned users [SQL Server]"
14-
- "logins [SQL Server], orphaned users"
15-
- "troubleshooting [SQL Server], user accounts"
16-
- "user accounts [SQL Server], orphaned users"
17-
- "failover [SQL Server], managing metadata"
18-
- "database mirroring [SQL Server], metadata"
19-
- "users [SQL Server], orphaned"
20-
ms.assetid: 11eefa97-a31f-4359-ba5b-e92328224133
21-
caps.latest.revision: 41
22-
ms.author: "mikeray"
23-
manager: "jhubbard"
24-
---
25-
# Troubleshoot Orphaned Users (SQL Server)
26-
[!INCLUDE[tsql-appliesto-ss2008-all_md](../../includes/tsql-appliesto-ss2008-all-md.md)]
27-
1+
---
2+
title: "Troubleshoot Orphaned Users (SQL Server) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "07/14/2016"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "dbe-high-availability"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
helpviewer_keywords:
13+
- "orphaned users [SQL Server]"
14+
- "logins [SQL Server], orphaned users"
15+
- "troubleshooting [SQL Server], user accounts"
16+
- "user accounts [SQL Server], orphaned users"
17+
- "failover [SQL Server], managing metadata"
18+
- "database mirroring [SQL Server], metadata"
19+
- "users [SQL Server], orphaned"
20+
ms.assetid: 11eefa97-a31f-4359-ba5b-e92328224133
21+
caps.latest.revision: 41
22+
author: "MikeRayMSFT"
23+
ms.author: "mikeray"
24+
manager: "jhubbard"
25+
---
26+
# Troubleshoot Orphaned Users (SQL Server)
27+
[!INCLUDE[tsql-appliesto-ss2008-all_md](../../includes/tsql-appliesto-ss2008-all-md.md)]
28+
2829
Orphaned users in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] occur when a database user is based on a login in the **master** database, but the login no longer exists in **master**. This can occur when the login is deleted, or when the database is moved to another server where the login does not exist. This topic describes how to find orphaned users, and remap them to logins.
2930

3031
> [!NOTE]
@@ -131,4 +132,4 @@ ALTER LOGIN <login_name> WITH PASSWORD = '<enterStrongPasswordHere>';
131132
[sys.sql_logins](../../relational-databases/system-catalog-views/sys-sql-logins-transact-sql.md)
132133
[sys.syslogins &#40;Transact-SQL&#41;](../../relational-databases/system-compatibility-views/sys-syslogins-transact-sql.md)
133134
134-
135+

docs/sql-server/failover-clusters/windows/add-dependencies-to-a-sql-server-resource.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
---
2-
title: "Add Dependencies to a SQL Server Resource | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
5-
ms.prod: "sql-server-2016"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dbe-high-availability"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
helpviewer_keywords:
13-
- "resource dependencies [SQL Server]"
14-
- "failover clustering [SQL Server], dependencies"
15-
- "clusters [SQL Server], dependencies"
16-
- "dependencies [SQL Server], clustering"
17-
ms.assetid: 25dbb751-139b-4c8e-ac62-3ec23110611f
18-
caps.latest.revision: 33
19-
ms.author: "mikeray"
20-
manager: "jhubbard"
21-
---
22-
# Add Dependencies to a SQL Server Resource
1+
---
2+
title: "Add Dependencies to a SQL Server Resource | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "03/14/2017"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "dbe-high-availability"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
helpviewer_keywords:
13+
- "resource dependencies [SQL Server]"
14+
- "failover clustering [SQL Server], dependencies"
15+
- "clusters [SQL Server], dependencies"
16+
- "dependencies [SQL Server], clustering"
17+
ms.assetid: 25dbb751-139b-4c8e-ac62-3ec23110611f
18+
caps.latest.revision: 33
19+
author: "MikeRayMSFT"
20+
ms.author: "mikeray"
21+
manager: "jhubbard"
22+
---
23+
# Add Dependencies to a SQL Server Resource
2324
This topic describes how to add dependencies to an Always On Failover Cluster Instance (FCI) resource by using the Failover Cluster Manager snap-in. The Failover Cluster Manager snap-in is the cluster management application for the Windows Server Failover Clustering (WSFC) service.
2425

2526
- **Before you begin:** [Limitations and Restrictions](#Restrictions), [Prerequisites](#Prerequisites)

docs/sql-server/failover-clusters/windows/always-on-failover-cluster-instances-sql-server.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1-
---
2-
title: "Always On Failover Cluster Instances (SQL Server) | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/18/2017"
5-
ms.prod: "sql-server-2016"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dbe-high-availability"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
12-
helpviewer_keywords:
13-
- "clustering [SQL Server]"
14-
- "high availability [SQL Server], failover clustering"
15-
- "virtual servers [SQL Server], about virtual servers"
16-
- "clusters [SQL Server]"
17-
- "servers [SQL Server], failover clustering"
18-
- "resource groups [SQL Server]"
19-
- "availability [SQL Server]"
20-
- "failover clustering [SQL Server]"
21-
- "AlwaysOn [SQL Server], see failover clustering [SQL Server]"
22-
ms.assetid: 86a15b33-4d03-4549-8ea2-b45e4f1baad7
23-
caps.latest.revision: 80
24-
ms.author: "mikeray"
25-
manager: "jhubbard"
26-
---
27-
# Always On Failover Cluster Instances (SQL Server)
28-
[!INCLUDE[tsql-appliesto-ss2016-xxxx-xxxx-xxx_md](../../../includes/tsql-appliesto-ss2016-xxxx-xxxx-xxx-md.md)]
29-
1+
---
2+
title: "Always On Failover Cluster Instances (SQL Server) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "01/18/2017"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "dbe-high-availability"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
helpviewer_keywords:
13+
- "clustering [SQL Server]"
14+
- "high availability [SQL Server], failover clustering"
15+
- "virtual servers [SQL Server], about virtual servers"
16+
- "clusters [SQL Server]"
17+
- "servers [SQL Server], failover clustering"
18+
- "resource groups [SQL Server]"
19+
- "availability [SQL Server]"
20+
- "failover clustering [SQL Server]"
21+
- "AlwaysOn [SQL Server], see failover clustering [SQL Server]"
22+
ms.assetid: 86a15b33-4d03-4549-8ea2-b45e4f1baad7
23+
caps.latest.revision: 80
24+
author: "MikeRayMSFT"
25+
ms.author: "mikeray"
26+
manager: "jhubbard"
27+
---
28+
# Always On Failover Cluster Instances (SQL Server)
29+
[!INCLUDE[tsql-appliesto-ss2016-xxxx-xxxx-xxx_md](../../../includes/tsql-appliesto-ss2016-xxxx-xxxx-xxx-md.md)]
30+
3031
As part of the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Always On offering, Always On Failover Cluster Instances leverages Windows Server Failover Clustering (WSFC) functionality to provide local high availability through redundancy at the server-instance level—a *failover cluster instance* (FCI). An FCI is a single instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that is installed across Windows Server Failover Clustering (WSFC) nodes and, possibly, across multiple subnets. On the network, an FCI appears to be an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] running on a single computer, but the FCI provides failover from one WSFC node to another if the current node becomes unavailable.
3132

3233
An FCI can leverage [Availability Groups](../../../database-engine/availability-groups/windows/always-on-availability-groups-sql-server.md) to provide remote disaster recovery at the database level. For more information, see [Failover Clustering and Availability Groups &#40;SQL Server&#41;](../../../database-engine/availability-groups/windows/failover-clustering-and-always-on-availability-groups-sql-server.md).
@@ -157,4 +158,4 @@ manager: "jhubbard"
157158
|Describes Windows Failover Clustering Concepts and provides links to tasks related to Windows Failover Clustering|[!INCLUDE[nextref_longhorn](../../../includes/nextref-longhorn-md.md)]: [Overview of Failover Clusters](http://go.microsoft.com/fwlink/?LinkId=177878)<br /><br /> [!INCLUDE[nextref_longhorn](../../../includes/nextref-longhorn-md.md)] R2: [Overview of Failover Clusters](http://go.microsoft.com/fwlink/?LinkId=177879)|
158159
|Describes the distinctions in concepts between nodes in an FCI and replicas within an availability group and considerations for using an FCI to host a replica for an availability group.|[Failover Clustering and Availability Groups &#40;SQL Server&#41;](../../../database-engine/availability-groups/windows/failover-clustering-and-always-on-availability-groups-sql-server.md)|
159160

160-
161+

0 commit comments

Comments
 (0)