Skip to content

Commit bd40147

Browse files
author
stevestein
committed
Merge branch 'release-sqlseattle' of https://github.com/MicrosoftDocs/sql-docs-pr into sql-enclaves
2 parents 053486d + 7fba3a6 commit bd40147

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

docs/linux/sql-server-linux-kubernetes-operator.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ This article explains the operator global environment variables.
2323

2424
The following example describes a deployment for the `mssql-operator`.
2525

26-
[!INCLUDE[kubernetes-ag-operator-yaml](../includes/kubernetes-ag-operator-yaml.md)]
27-
2826
## Global environment variables
2927

3028
* `MSSQL_K8S_POD_NAMESPACE`

docs/linux/sql-server-linux-kubernetes-spec.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ This article shows how to create the specification, and explains the parameters
2323

2424
The following example of a manifest file describes a Kubernetes specification for SQL Server. Copy the contents of the example into a new file named `sqlservers.yaml` to create the SQL Server availability group StatefulSet in Kubernetes.
2525

26-
[!INCLUDE[kubernetes-ag-sql-statefulset-yaml](../includes/kubernetes-ag-sql-statefulset-yaml.md)]
2726

2827
To deploy the SQL Server instances and create the availability group, run the following command.
2928

docs/linux/tutorial-sql-server-ag-kubernetes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ To create the storage, create a manifest that describes:
5959

6060
To create the manifest for the storage, make a file named `pvc.yaml`, and copy in the following `.yaml` code.
6161

62-
[!INCLUDE[ag-pvc-manifest](../includes/kubernetes-ag-pvc-yaml.md)]
6362

6463
Next, apply the manifest to the Kubernetes cluster. The following example applies the manifest:
6564

@@ -97,7 +96,6 @@ kubectl describe pv
9796

9897
To deploy the operator, create a file named `operator.yaml`, and copy in the following manifest.
9998

100-
[!INCLUDE[kubernetes-ag-operator-yaml](../includes/kubernetes-ag-operator-yaml.md)]
10199

102100
Deploy the operator with the `kubectl apply` command.
103101

@@ -130,7 +128,6 @@ To create the specification, create a file named `sqlservers.yaml`.
130128

131129
Copy the manifest below into the file.
132130

133-
[!INCLUDE[kubernetes-ag-sql-statefulset-yaml](../includes/kubernetes-ag-sql-statefulset-yaml.md)]
134131

135132
To deploy the SQL Server instances and create the availability group, run the following command.
136133

docs/sql-server/what-s-new-in-sql-server-ver15.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
4040
- Support for columnstore statistics in `DBCC CLONEDATABASE`
4141
- New options added to `sp_estimate_data_compression_savings`
4242
- New `sys.dm_db_page_info` system function returns page information
43-
- Always On Availability Groups secondary to primary replica connection redirection
43+
- Always On Availability Groups
4444
- Always Encrypted with secure enclaves
4545
- SQL Graph features
4646
- Java language programmability extension
@@ -198,7 +198,9 @@ FROM sys.dm_exec_requests AS d
198198
AS page_info
199199
```
200200

201-
### <a id="ha"></a>Always On Availability Groups secondary to primary replica connection redirection
201+
### <a id="ha"></a>Always On Availability Groups
202+
203+
- **Up to five synchronous replicas** – SQL Server 2019 preview increases the limit for synchronous replicas from three (in SQL Server 2017) to five. Configure up to five synchronous replicas (1 primary and up to 4 synchronous secondary replicas) with automatic failover between these replicas.
202204

203205
- **Secondary to primary replica connection redirection**: Allows client application connections to be directed to the primary replica regardless of the target server specified in the connection string. This capability allows connection redirection without a listener. Use Secondary to primary replica connection redirection in the following cases:
204206

0 commit comments

Comments
 (0)