Is it possible to write a custom python script to generate data based off a column in another table?

Is it possible to write a custom python script to generate data based off a column in another table?

Answers

  • Eddie DEddie D Posts: 1,780 Rose Gold 5
    Hi JasonKar,

    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
    Eddie Davis
    Senior Product Support Engineer
    Redgate Software Ltd
    Email: support@red-gate.com
Sign In or Register to comment.