Anonymize sensitive fields in sql server table

rajanisqldev-42 216 Reputation points
2024-09-10T15:17:51.69+00:00

Hello,

I need to copy Production sql database tables to Dev database tables. The tables have sensitive data. I need to anonymize during the copy(Fabric pipelines/ADF/SSIS).

How can I do this? Dynamic masking doesn't help as it just hides data instead of showing full value.

I need something like sample names, Data of births, addresses, bla bla

Thanks in advance

Azure SQL Database
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 44,736 Reputation points
    2024-09-10T17:40:03.3966667+00:00

    What for kind of "magic" do you expect?

    Head out for commercial software for anonymization data.

    0 comments No comments

  2. rajanisqldev-42 216 Reputation points
    2024-09-11T07:36:21.0233333+00:00

    Hello,

    I mean is to generate sample text value in case of varchar fields and random number instead of numeric fields.

    I need just random data without masking for all sensitive fields.

    Regards

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.