ALTER DATABASE ENCRYPTION KEY (Transact-SQL)
SQL Server 2008 R2
Alters an encryption key and certificate that is used for transparently encrypting a database. For more information about transparent database encryption, see Understanding Transparent Data Encryption (TDE).
The certificate or asymmetric key that is used to encrypt the database encryption key must be located in the master system database.
The database encryption key does not have to be regenerated when a database owner (dbo) is changed.
After a database encryption key has been modified twice, a log backup must be performed before the database encryption key can be modified again.