Skip to content

Commit 253cbb1

Browse files
committed
Found an errant pairs.
1 parent f151df8 commit 253cbb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ FROM sys.dm_exec_requests AS d
200200

201201
### <a id="ha"></a>Always On Availability Groups
202202

203-
- **Up to five synchronous replicas** – SQL Server 2019 preview increases the limit for synchronous replicas from three (in SQL Server 2017) to five. Users can now configure up to five synchronous replicas (1 primary and up to 4 synchronous secondary replicas) with automatic failover between these replica pairs.
203+
- **Up to five synchronous replicas** – SQL Server 2019 preview increases the limit for synchronous replicas from three (in SQL Server 2017) to five. Users can now configure up to five synchronous replicas (1 primary and up to 4 synchronous secondary replicas) with automatic failover between these replicas.
204204

205205
- **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:
206206

0 commit comments

Comments
 (0)