From 300e0e4258bacd2e816b133aea17452622dcb404 Mon Sep 17 00:00:00 2001 From: Steve Jones Date: Mon, 29 Jun 2026 10:20:36 -0600 Subject: [PATCH] Update terminology from 'master key' to 'database master key' Clarified which master key as this reads slightly ambiguously. Added note the password is required. --- .../security/encryption/back-up-a-database-master-key.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/relational-databases/security/encryption/back-up-a-database-master-key.md b/docs/relational-databases/security/encryption/back-up-a-database-master-key.md index 093dfd00112..5a315ea1e13 100644 --- a/docs/relational-databases/security/encryption/back-up-a-database-master-key.md +++ b/docs/relational-databases/security/encryption/back-up-a-database-master-key.md @@ -21,9 +21,9 @@ helpviewer_keywords: ### Limitations and restrictions -- The master key must be open and, therefore, decrypted before it's backed up. If it's encrypted with the service master key, the master key doesn't have to be explicitly opened. But if the master key is encrypted only with a password, it must be explicitly opened. +- The database master key must be open and, therefore, decrypted before it's backed up. If it's encrypted with the service master key, the database master key doesn't have to be explicitly opened. But if the database master key is encrypted only with a password, it must be explicitly opened. -- We recommend that you back up the master key as soon as it's created, and store the backup in a secure, off-site location. +- We recommend that you back up the database master key as soon as it's created, and store the backup in a secure, off-site location. ## Security @@ -60,7 +60,9 @@ Requires CONTROL permission on the database. ``` > [!NOTE] - > The file path to the key and the key's password (if it exists) will be different than what is indicated above. Please make sure that both are specific to your server and key set-up. + > The file path to the key and the key's password (if it exists) will be different than what is indicated above. Please make sure that both are specific to your server and key set-up. + > [!NOTE] + > TThe password is required for a backup. Please be sure this password is stored safely and securely. 8. Copy the file to the backup medium and verify the copy.