I would like beeing able to export all the changes I made in my test DB to the Prod DB with a script (I can't modify data directly in ProdDB).
I would like to have a tool that is generating a merge-script out of a select. so I could change my data directly in test, and then generate a script, so merge data on prod.
I toad able to do this ? Is there another way to do thins ?