Through the Dynamic Data Masking feature in SQL Server, we can hide the sensitive data by masking the data from the user who does not have permissions. (Here the data in the database is not changed). There are 4 different functions to do that – default – Entire column is masked. partial – only works … Continue reading “Dynamic Data Masking (DDM) in SQL Server”
Continue Reading Nishant Rana’s Article on their blog
Dynamic Data Masking (DDM) in SQL Server
Through the Dynamic Data Masking feature in SQL Server, we can hide the sensitive data by masking the data from the user who does not have permissions. (Here the data in the database is not changed). There are 4 different functions to do that – default – Entire column is masked.
Blog Syndicated with Nishant Rana’s Permission