Is it possible to write a custom python script to generate data based off a column in another table?
JasonKar
Posts: 1 New member
Is it possible to write a custom python script to generate data based off a column in another table?
Tagged:
Answers
Yes it is possible for you to write your own custom python script. Further information can be found in the Generic generators help doc in the Python script section. Also there are example python scripts available here.
As you are looking to generate data from another table, you can map to another table, as per this help page.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com