SQL Server Data Tools (SSDT) now supports developing databases using Always Encrypted

Reading time icon 1 min. read


Readers help support MSpoweruser. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more

Microsoft-SQL-Server-2016

Microsoft recently announced that SQL Server Data Tools (SSDT) now supports developing databases using Always Encrypted. Always Encrypted is a feature designed to protect sensitive data, such as credit card numbers or national identification numbers (e.g. U.S. social security numbers), stored in Azure SQL Database or SQL Server databases. Always Encrypted allows clients to encrypt sensitive data inside client applications and never reveal the encryption keys to the Database Engine (SQL Database or SQL Server).

To start developing databases using Always Encrypted using SSDT, you will need to install the following software on your development machine:

Always Encrypted is supported in all editions of SQL Server Database V12. Check out the end-to-end walkthrough for how to import an existing database into an SSDT project, enable Always Encrypted for selected database columns, and publish the changes back to the database.

More about the topics: Always Encrypted, microsoft, SQL Server 2016, SQL Server Data Tools, SSDT