Env: SQL Server 2012
I am just curious to see if there a different procedure when doing backup and restore if the columns are encrypted?
The columns in the tables would be encrypted using this method:
- Create the database master key (DMK)
- Create a self-signed certificate
- Create a symmetric key
- Encrypt the column data
- Query the encrypted data