SQLTree: A Tree Structure SQL Script Editor

Description: SQLTree lets you organize and execute your SQL statements in a tree structure.
You can execute a single script, a whole branch, or all the items in the SQL script tree structure (default).
Currently this tool will only execute scripts on a Microsoft SQL Server (Tested on Microsoft SQL Server 2005).
I am thinking of adding support for other databases in future if there is sufficient demand.
with a feature request to let me know if
you would benefit from support for a different database.
SQLTree requires Microsoft .NET Framework v2.0 to run.
Features:
- Organize SQL scripts in an orderly hierachical tree structure
- Execute all scripts as a batch at the touch of a button
- Activate/Deactivate specific nodes/branches as needed
- Syntax Highlighting (using the open source editor component
ICSharpCode.TextEditor that is part of the IDE SharpDevelop) - Support for Microsoft SQL Server
- Generic C# scripts
- C# scripts that can be excuted on each item in a query
- Configuration lists of active/inactive states of the sql script tree structure
- Global script constants/variables
- Make self executing project exe
Features currently being worked on
- Find/Replace
- Command line execution
- User extendable/programmable actions
Change Log:
20. August 2007: Version 1.1: Fixed a number of bugs and added a "Display Results" Action.09. August 2007: Bugfixes.
12. July 2007: Version 1.0 released.