Any good GUI tool to easily create stored procs SQL server 2008 ?
Posted
by
Munish Goyal
on Stack Overflow
See other posts from Stack Overflow
or by Munish Goyal
Published on 2010-12-30T17:50:43Z
Indexed on
2010/12/30
17:54 UTC
Read the original article
Hit count: 270
sql-server-2008
|ssms2008
The templates for stored-procs in SSMS do not auto-populate all input columns, again there is manual work involved.
I am looking for something like right-click on table and say CREATE stored-proc, and then it allows to pick a template, based on which it can populate the parameters etc. and give check-box in GUI (like table designer, you can easily add/remove a column).
Some support for change management with table undergoing alter or otherwise would also be helpful.
Currently we manually write all stored-procs, which i think we should be able to save time and labor with automation.
Any suggestion on other free 3rd party tools ?
© Stack Overflow or respective owner