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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -