You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/what-s-new-in-sql-server-ver15.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ The lightweight query profiling infrastructure provides query performance data m
175
175
176
176
### Data Discovery and Classification
177
177
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:
179
179
180
180
- Helping meet data privacy standards and regulatory compliance requirements
181
181
- 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
210
210
211
211
### <aid="ha"></a>Always On Availability Groups secondary to primary replica connection redirection
212
212
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:
214
214
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
217
217
- Read scale-out or disaster recovery scenarios where cluster type is `NONE`
218
218
219
219
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
223
223
224
224
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.
225
225
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).
227
227
228
228
>[!NOTE]
229
229
>Always Encrypted with secure enclaves applies to instances of SQL Server on Windows OS.
0 commit comments