We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b87c384 + b11e196 commit d528a13Copy full SHA for d528a13
1 file changed
docs/t-sql/statements/alter-asymmetric-key-transact-sql.md
@@ -104,7 +104,7 @@ GO
104
The following example removes the password protection from a private key and protects it with the database master key.
105
106
```
107
-OPEN MASTER KEY;
+OPEN MASTER KEY DECRYPTION BY PASSWORD = '<database master key password>';
108
ALTER ASYMMETRIC KEY PacificSales09 WITH PRIVATE KEY (
109
DECRYPTION BY PASSWORD = '<enterStrongPasswordHere>' );
110
GO
0 commit comments