Skip to main content

Removing Column Encryption

Use the SQL Server Management Studio to remove the protection provided by Always Encrypted column encryption.

Right-click on the required database.

Select Tasks -> Encrypt Columns… to open the Always Encrypted wizard.

  • On the Column Selection page change the Encryption type to Plaintext for the columns to decrypt.
  • If all necessary columns are defined properly, click Next > Next > Next > and review on the Summary page that the correct Decrypt columns are listed.
  • Click Finish to see the Results page and click Close. When you next log into the database you can remove the Column Encryption Setting = enabled string from the Additional Connection Parameters tab of the database login screen.