Ryan Mick posted on April 20, 2009 16:25

I have been working on a utility to speed up the stored procedure creation process on SQL server.
This is the first blush at that effort.
What this allows you to do is quickly create standard stored procedures for your database tables. This utility allows you to generate on a per table basis the following Procs:
- INSERT
- UPDATE
- GETSINGLE
- GETALL
- DELETE
- UPSERT
If you are currently working on a large database project and need to generate these procedure on a massive scale then you need to try this tool. This is the first beta release of the application but it should run hopefully without any major gliches.
Future plans include the ability to template out the procedure creation process to make them custimizable to the end users needs. Better detection of existing procedures and some UI enhancements. Please post any comments here.
I will post screenshots soon!
Thanks,
Ryan