Skip to content

Commit d21851b

Browse files
committed
Trying to improve acrolinx
1 parent 2c8d345 commit d21851b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The lightweight query profiling infrastructure provides query performance data m
175175

176176
### Data Discovery and Classification
177177

178-
Data discovery and classification provides advanced capabilities natively built into SQL Server for classifying, labeling, and protecting the sensitive data in your databases. Classifying your most sensitive data (business, financial, healthcare, PII, etc.) can play a pivotal role in your organizational information protection stature. It can serve as infrastructure for:
178+
Data discovery and classification provides advanced capabilities natively built into SQL Server for classifying, labeling, and protecting the sensitive data in your databases. Classifying your most sensitive data (business, financial, healthcare, personal information, etc.) can play a pivotal role in your organizational information protection stature. It can serve as infrastructure for:
179179

180180
- Helping meet data privacy standards and regulatory compliance requirements
181181
- Various security scenarios, such as monitoring (auditing) and alerting on anomalous access to sensitive data
@@ -210,10 +210,10 @@ FROM sys.dm_exec_requests AS d
210210

211211
### <a id="ha"></a>Always On Availability Groups secondary to primary replica connection redirection
212212

213-
- **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 allows connection redirection without a listener. Use Secondary to primary replica connection redrection in the following cases:
213+
- **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 allows connection redirection without a listener. Use Secondary to primary replica connection redirection in the following cases:
214214

215-
- The custer technology does not offer a listener capability
216-
- A multi subnet configurtion where redirection becomes complex
215+
- The cluster technology does not offer a listener capability
216+
- A multi subnet configuration where redirection becomes complex
217217
- Read scale-out or disaster recovery scenarios where cluster type is `NONE`
218218

219219
For details see [Secondary to primary replica read/write connection redirection (Always On Availability Groups)](../database-engine/availability-groups/windows/secondary-replica-connection-redirection-always-on-availability-groups.md
@@ -223,7 +223,7 @@ FROM sys.dm_exec_requests AS d
223223

224224
Expands upon Always Encrypted with in-place encryption and rich computations by enabling computations on plaintext data inside a secure enclave on the server side.
225225

226-
Cryptographic operations (encrypting columns, rotating columns encryption keys, etc), can now be issued using Transact-SQL and do not require moving data out of the database. Secure enclaves unlock Always Encrypted to a much broader set of scenarios and applications that demand sensitive data to be protected in use, while also requiring rich computations on protected data to be supported within the database system. For details, see [Always Encrypted with secure enclaves](../relational-databases/security/encryption/always-encrypted-enclaves.md).
226+
Cryptographic operations (encrypting columns, rotating columns encryption keys, etc.), can now be issued using Transact-SQL and do not require moving data out of the database. Secure enclaves unlock Always Encrypted to a much broader set of scenarios and applications that demand sensitive data to be protected in use, while also requiring rich computations on protected data to be supported within the database system. For details, see [Always Encrypted with secure enclaves](../relational-databases/security/encryption/always-encrypted-enclaves.md).
227227

228228
>[!NOTE]
229229
>Always Encrypted with secure enclaves applies to instances of SQL Server on Windows OS.

0 commit comments

Comments
 (0)