Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3d9eff4

Browse files
author
MightyPen
committed
Fix devlang from 'sql' to 'syntaxsql' in one file, change-the-failover-mode-of-an-availability-replica-sql-server.md
1 parent 54d409e commit 3d9eff4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/database-engine/availability-groups/windows/change-the-failover-mode-of-an-availability-replica-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Change replica failover mode for an availability group"
33
description: "Describes how to change the failover mode for a replica within an Always On availability group using Transact-SQL (T-SQL), PowerShell, or SQL Server Management Studio."
44
ms.custom: seo-lt-2019
5-
ms.date: 06/29/2020
5+
ms.date: 06/30/2020
66
ms.prod: sql
77
ms.reviewer: ""
88
ms.technology: high-availability
@@ -50,7 +50,7 @@ ms.author: mathoma
5050

5151
2. Use the [ALTER AVAILABILITY GROUP](../../../t-sql/statements/alter-availability-group-transact-sql.md) statement, as follows:
5252

53-
```sql
53+
```syntaxsql
5454
ALTER AVAILABILITY GROUP *group_name* MODIFY REPLICA ON '*server_name*'
5555
WITH ( {
5656
AVAILABILITY_MODE = { SYNCHRONOUS_COMMIT | ASYNCHRONOUS_COMMIT }

0 commit comments

Comments
 (0)