Saturday, May 19, 2012 Articles RegisterLogin
View Article
20

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

Post Rating

Comments

Norma
Tuesday, May 01, 2012 2:44 PM
Good job

Post Comment

Name (required)

Email (required)

Website

    
Copyright 2008 by Ryan Mick Terms Of UsePrivacy Statement
Downloaded from DNNSkins.com