Forum Discussion
Beka_Tsaava
Mar 04, 2024Copper Contributor
Masked Dynamic Data
Hello, I have got one question. I want to use Dynamic data masking method for INT type column. I found that I can use the default() function. for example: /*MS Sql Server*/ CREATE...
olafhelper
Mar 05, 2024Bronze Contributor
Beka_Tsaava , that's not possible to use a user defined function for masking. See column_definition (Transact-SQL) - SQL Server | Microsoft Learn, => MASKED, you can use only the 4 predefined functions.
Beka_Tsaava
Mar 05, 2024Copper Contributor
olafhelper aha Okey. thank you very much