|
I need a plug-in for Sql Server 2005 Server Management Studio that will generate CRUD Stored Procedures (Insert, Update, Delete, SelectAll, SelectByPrimaryKey) simply by right clicking on a table and selecting “Create Stored Proceduresâ€. It would be nice if there could be a template file I could modify to control the naming standards of the stored procedures (Procedure name, variable names ..)
|