Migrating Data From a TDE Enabled SQL Server Database Without a Key
But our database has TDE enabled, shouldn’t our data at rest in the BACPAC be protected? Nope.
But our database has TDE enabled, shouldn’t our data at rest in the BACPAC be protected? Nope.
I was spending some time recently looking over Transparent Data Encryption (TDE). TDE is a fairly straightforward concept: the data on disk is encrypted (data files, log files, backup files), but to the end user no special decryption method is necessary to query the data. If you have permissions to read the data (say, as … Read more