I'm having a trouble finding a tool that fits all of these criteria
- execute multiple scripts on 200 databases spread over 10 sql servers
- pause on script failure and show error with option to proceed/stop/skip
- log all script results to files
- import a execution plan from a text editable file so we can generate plans quickly
There are tools that will do the first, but the other three are either not handled, or expect you to look through text files manually for errors, etc.
Does anyone have any suggestions?