How to use SQL Server’s Always Encrypt feature in DBeaver?

  Kiến thức lập trình

I want to be able to work with SQL Server’s Always Encrypted fields in DBeaver.
I have successfully used the Always Encrypted feature in SSMS and have enabled the Memory Protection Extensions, allowing queries that use Transact-SQL operators supported inside secure enclaves. So, in terms of configuration, it should be successful.

https://learn.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-enclaves-query-columns?view=sql-server-ver16

However, I don’t know where to import the keys in DBeaver or how to achieve the functionality available in SSMS.
Does DBeaver support operations on SQL Server’s Always Encrypted fields?

I hope to achieve the same functionality in DBeaver as in SSMS.

New contributor

cindy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT