how to compare and apply changes in toad for mySQL
Maybe I am blind - but after comparing the two DB (tools compre - schema compare ) I want to execute the changes so that db number 2 will be like db number 1 . How do I do app开发者_JAVA技巧ly the changes? 10x
TOAD's schema compare utility does provide the automation of creating a script to apply the changes. After you run the compare you should be on a tab named "Results". If you look at the tabs there should also be one called "Sync Script" that shows the script to apply the changes.
Unfortunately you need to have bought the top-of-the-line license to be allowed to save this script. It is a teaser for the rest of us with only the print button enabled.
Of course, if you had a virtual printer driver that actually dumped to a file .... like a pdf file converter implemented as a printer driver.... well then you might be on to something......
精彩评论