Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d528a13

Browse files
authored
Merge pull request #1964 from greglow/patch-59
Example C on this page shows incomplete syntax.
2 parents b87c384 + b11e196 commit d528a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/alter-asymmetric-key-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GO
104104
The following example removes the password protection from a private key and protects it with the database master key.
105105

106106
```
107-
OPEN MASTER KEY;
107+
OPEN MASTER KEY DECRYPTION BY PASSWORD = '<database master key password>';
108108
ALTER ASYMMETRIC KEY PacificSales09 WITH PRIVATE KEY (
109109
DECRYPTION BY PASSWORD = '<enterStrongPasswordHere>' );
110110
GO

0 commit comments

Comments
 (0)