azure - How can I create custom dynamic data mask function in SQL Server? -


in sql server 2016 or sql azure, there feature called dynamic data masking. however, has 4 types of masks. possible create custom mask functions? , how can this? want mask function below(replace alphabet character *):

string in database:

how do? 

after masking:

*** ** *** **? 

sql server hasn't ability define custom function masking. can try tool ddm datasunrise. datasunrise works reverse proxy , can rewrite sql on fly data masking purpose


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -