I wrote an open source utility in C# that allows you to drag and drop many SQL files and start running them against a database.
The utility has the following features:
- Drag And Drop script files
- Run a directory of script files
- Sql Script out put messages during execution
- Script passed or failed that are colored green and red (yellow for running)
- Stop on error option
- Open script on error option
- Run report with time taken for each script
- Total duration time
- Test DB connection
- Asynchronus
- .Net 4 & tested with SQL 2008
- Single exe file
- Kill connection at anytime