Ryan Mick posted on November 26, 2010 14:26

Here is the second update to the utility I have been working on to speed up the stored procedure creation process on SQL server.
Download installer here.
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 second 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.
Thanks,
Ryan
