Comments
1 comment
-
Hi @ColinMackay,
I believe you can do this with the Python Generator, but there is not a facility to link e.g. the firstname and lastname from one table into the employeename of another table.
This is possible using an insertion rule in SQL Data MaskerĀ https://documentation.red-gate.com/dms6/data-masker-help/masking-rules/about-insertion-rules
I hope this helps!
Kind regards,
Alex
Add comment
Please sign in to leave a comment.
The relevant parts of the schema are:
Employee:
Setting the EmployeeId was easy enough using the Foreign Key generator, however, I need to the EmployeeName to match the values from the Employee table.