ALTER DATABASE POC_ENCRYPTION
SET ENCRYPTION ON;
A few items we will need to remeber when implementing TDE.
- We should create a backup of the database just prior to implementing TDE for rollback.
- All Keys, Certificates, and passwords should be backed up and kept in a safe location.
- We will need the password to the database master key to restore backups to a different server since we will be breaking the hierarchy.
- Performance of ALL databases on an instance will have performance losses of about 5%. This is caused by Tempdb also being encrypted during this process.
- Any FileStream data will NOT be encrypted.
- Replicated data will not be encrypted during transit, but TDE will need to be implemented at the subscriber.
No comments:
Post a Comment