The database encryption key is only available to the application during runtime.
The encrypted private key is then encrypted again with the database encryption key
Der verschlüsselte private Schlüssel wird nochmals zusätzlich mit dem Datenbankschlüssel verschlüsselt.
Back up a copy of the database encryption key.
Using the certificate, you create a database encryption key specifically for the purpose of encrypting the database's data.
You can then create the database encryption key on the other instance and restore the database.
The database encryption key is stored in the database boot record, so it is backed up with the database.
Der Datenbank-Verschlüsselungsschlüssel wird im Startdatensatz der Datenbank gespeichert, damit er mit der Datenbank gesichert wird.
The password hash is hashed again on the server and the hash of the password hash is then encrypted with the database encryption key
Das Passwort wird auf dem Server erneut gehasht und der Hash des Passworthashes wird dann mit dem Datenbankschlüssel verschlüsselt.
If the database files or backups are compromised in any way, they will not be readable without the appropriate database encryption key on another instance of SQL Server 2008 (or later).
Werden die Datenbankdateien oder Sicherungen auf irgendeine Art und Weise beschädigt, können sie ohne den entsprechenden Datenbank-Verschlüsselungsschlüssel auf einer anderen Instanz von SQL Server 2008 (oder höher) nicht gelesen werden.
Once the database encryption key is in place, you can set the database to use encryption with the ALTER DATABASE command.
Wenn der Datenbank-Verschlüsselungsschlüssel eingerichtet ist, können Sie die Datenbank mit dem Befehl ALTER DATABASE veranlassen, die Verschlüsselung zu verwenden.
Changes the database encryption key to the new specified key.
Wait for decryption to complete before removing the database encryption key.
Specify the remote database encryption key.
If the database is encrypted, the cloud also uses the database encryption key.