Microsoft SQL Serverのバックアップは、不正アクセスから保護されていないオフサイトの場所に保存します。 あなたの組織はハードウェアセキュリティモジュール(HSM)を実装していません。 SQLバックアップを暗号化するためのソリューションを実装する必要があります。 どの3つのアクションを順番に実行しますか? 答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。
正解:
Explanation Step 1: Create a database master key of the master database. Step 2: Create a certificate for the backups. Create a Backup Certificate: Create a backup certificate in the master database. Step 3: Backup the database: Specify the encryption algorithm and certificate to use. References: https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/create-an-encrypted-backup?view=sql-s