DBGizmo is a tool for SQL Server database developers and administrators. It offers features for building, enhancing, and supporting SQL Server databases. The features satisfy two broad areas of functionality, analysis of database structure/objects and generation of SQL code.
DBGizmo can be used to browse database structure and relationships; developers and administrators can find information with a few clicks. You can also review dependencies between database objects, allowing developers and architects to assess the scope of proposed changes to the database schema.
DBGizmo has features for generating SQL code. There are several minor options for generating snippets of DML SQL code; and there are two major options for generating DML SQL code. There are several other options for generating DDL SQL code (and even some VB.NET code to work with the generated objects).