Recent Blog ArticlesMost RecentMost LikesAlways Encrypted Assessment in SQL Server Management Studio 21 Discover the new Always Encrypted Assessment feature that simplifies the encryption process for your database columns. This powerful tool evaluates your tables and columns, identifying which ones are...Migrating from Amazon QLDB to ledger tables in Azure SQL Database: A Comprehensive Guide This post outlines a method for migrating an Amazon QLDB ledger to Azure SQL Database, utilizing the US Department of Motor Vehicles (DMV) sample ledger from the tutorial in the Amazon...Moving from Amazon Quantum Ledger Database (QLDB) to ledger in Azure SQL Amazon Web Services (AWS) has announced the discontinuation of its Amazon Quantum Ledger Database (QLDB). Microsoft offers an excellent replacement through its ledger feature in Azure SQL. Re: Always Encrypted vs Always Encrypted with secure enclaves HiFrancesco_beqom, Always Encrypted is designed for column encryption. So, to answer your question "Decide to encrypt only some columns in some tables". If you want to encrypt the whole data...Re: Always Encrypted vs Always Encrypted with secure enclaves HiFrancesco_beqom, No Clustered indexes, no PK or FK or unique key constraints Enabling the enclave has no impact on your database. However, you will get an error message when you try to enc...Re: Always Encrypted vs Always Encrypted with secure enclaves Hisaokimsong, Yes AE is supported for .NET client applications running on Linux. Just look for the correct driver onUsing Always Encrypted with SqlClient - ADO.NET Provider for SQL Server |...How to choose between ledger in Azure SQL Database and Azure Confidential Ledger A comparison of two Azure services that provide superior data storage and integrity. Re: Always Encrypted vs Always Encrypted with secure enclaves HiFrancesco_beqom, Asdevakishorementioned, Always Encrypted with secure enclaves gives you much more flexibility compared to Always Encrypted. The first version of Always Encrypted didn't ...Always Encrypted vs Always Encrypted with secure enclaves A comparison of two encryption technologies in SQL Server and Azure SQL Database How to convert Always Encrypted to Always Encrypted with Secure Enclaves We will show you how to convert your existing “Always Encrypted database” to Always Encrypted with secure enclaves. Enjoy the enhanced benefits like rich confidential queries on encrypted columns a...