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

Commit 110d3b3

Browse files
committed
Add drop AG.
1 parent 6665586 commit 110d3b3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/linux/sql-server-linux-availability-group-failover-ha.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,12 @@ After upgrading all servers, you can failback - failover back to the original pr
251251

252252
## Drop an availability group
253253

254-
To delete an availability group, run the following transact SQL command
254+
To delete an availability group, run [DROP AVAILABILITY GROUP](../t-sql/statements/drop-availability-group-transact-sql.md). If the cluster type is `EXTERNAL` or `NONE` run the command on every instance of SQL Server that hosts a replica. For example, to drop an availability group named `group_name` run the following command:
255+
256+
```transact-sql
257+
DROP AVAILABILITY GROUP group_name
258+
```
259+
255260

256261
## Next steps
257262

0 commit comments

Comments
 (0)