SQL Server Runner

A GUI application that executes SQL scripts against SQL Servers (7, 2000 and 2005) and comes with a command line version:
* Scripts can be executed in a transaction, if one script fails then all modifications are rollback
* Enter you server details and indicate which scripts you want to execute, SQL Runner does the rest for you
* The console version executes project files that were created by the UI application
* If a script fails the SQL Native error is displayed and the script is marked as failed
* A double click in the script opens the script in the SSMS
* This is a very easy to use application that may help you to automate the update of your SQL Server databases

Go to http://www.codeplex.com/sqlrunner

See also these related projects.