Activity overview
Latest activity by bin_1
Hi @Jon_Kirkwood, thanks for letting know that we can have only one masking set in each parfile. we tried looping through all parfiles and tried to run using PowerShell command. Also can we just parametrize the maskingsets with sql credentials? for example in the below datamasking snippet we have enpassword value <EnPassword Value="xxxxxxxxxxxxxx" /> Can we just replace that with below line?
<EnPassword Value="${sql_password}" /> where we can fetch the password from KV or azuredevops variables group / comments
Hi @Jon_Kirkwood, thanks for letting know that we can have only one masking set in each parfile.we tried looping through all parfiles and tried to run using PowerShell command.Also can we just para...
How to rum multiple maskingsets while automating
Hi, we are using sql datamasker alone to mask the databases.we have multiple masking sets which runs on 3 different databases.in PARfile, we will mention only one masking set.