Is a Rapid Application Development (RAD) Code Generation tool, streamlined specifically for Microsoft SQL Server, that enables you to automatically generate code output for Data Access Layer, Stored procedures, Documentation, Scripting and more
Is truly the "Swiss Army Knife" of SQL Development tools.
*Do you spend a lot of time manually writing Data Access Layer code, stored procedures or even forms for CRUD (Create, Read, Update, Delete)? *Have you ever "fat fingered" names of parameters, datatypes or made other common errors in blocks of rote, repetitive code leading to annoying errors? *Would you like to ensure you code base is more standardized with each class and function written the exact same way across the entire team? *Would you like to be able to perform common tasks like database documentation, auditing and scripting – or even create an entire application with a single tool, right out of the box?
What's it for? * Create Data Access layer code based on underlying tables, views or stored procedures (templates included) * Create stored procedures for select, update, delete and insert based on existing tables (templates included) * Document your SQL server database into HTML (templates included) * Script table data into INSERT statements (templates included) * Script database objects into a single build script or into source control as individual objects (templates included) * Create a trigger based auditing system (templates included) * Construct an ADO Command object with parameters for large stored procedures with many input and output params * Create complete web forms in ASP.NET (C# and VB.NET) to work with your existing database