Skip to content

Commit 701f21b

Browse files
committed
Another little cleanup
1 parent 85fc39f commit 701f21b

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
@@ -130,7 +130,7 @@ SQL Server 2019 preview provides improved diagnostic data for long-running queri
130130

131131
SQL Server 2019 preview introduces static data masking. You can use static data masking to sanitize sensitive data in copies of SQL Server databases. Static data masking helps create a sanitized copy of databases where all sensitive information has been altered in a way that makes the copy sharable with non-production users. Static data masking can be used for development, testing, analytics and business reporting, compliance, troubleshooting, and any other scenario where specific data cannot be copied to different environments.
132132

133-
Static data masking operates at the column level. Select which columns to mask, and for each column selected, which masking function to apply. Static data masking copies the database and then applies the specified masking functions to the columns.
133+
Static data masking operates at the column level. Select which columns to mask, and for each column selected, specify a masking function. Static data masking copies the database and then applies the specified masking functions to the columns.
134134

135135
#### Static data masking vs. dynamic data masking
136136

0 commit comments

Comments
 (0)