Is it possible to apply the dynamic data masking on already encrypted column in same table
问题 I was implemented the Always Encrypted and Dynamic data masking concepts in my azure SQL database on two different tables. But I have doubt like “Is it possible to apply the dynamic data masking on already encrypted column in same table”. I tried the above scenario it gives error like “The data type of column 'SSN' does not support data masking function 'partial'.”. I run the below query for applying the masking on already encrypted column. ALTER TABLE [dbo].[CustomerTables] ALTER COLUMN [SSN