I have got a customers database and when I am using it in a presentation and to be on the safe side I would like to Obfuscate some sensitive data. What is the best way of doing this.
I can always write a script to update a column with NewID() or something like that but is there a better way of doing this.
I was researching online and found that Dynamic Data Masking is one way of doing it but unfortunately it is not available on SQL Server Express.
Any thoughts greatly appreciated.