Skip to content

Commit e3ca79a

Browse files
authored
Merge pull request #6990 from v-maudel/patch-9
M29580: Possible typo Encryption/Encrypted
2 parents 690feb0 + 6615ff2 commit e3ca79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/security/encryption/always-encrypted-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Here's an example of an update that attempts to move data from an encrypted colu
6666
update dbo.Patients set testssn = SSN
6767
```
6868

69-
If SSN is a column encrypted using Always Encryption, the above update statement will fail with an error similar to:
69+
If SSN is a column encrypted using Always Encrypted, the above update statement will fail with an error similar to:
7070

7171
```
7272
Msg 206, Level 16, State 2, Line 89

0 commit comments

Comments
 (0)