August 1, 2011 at 12:46 pm
I see some stored procedures in our system has a comment line saying that the sproc is generated from codesmith.
Is it a good tool to use for sprocs, or should I just use SQL server in box sprocs template?
Thanks
August 1, 2011 at 12:53 pm
The tools in SQL Server only regenerate the code that you've put in there. Codesmith, IIRC, allows you to generate new sprocs more easily.
August 1, 2011 at 1:45 pm
I see we have a template in our repository, called something like storedproc.cst
We still need the tool even if we have already had the template, is that correct?
Thanks
August 1, 2011 at 2:50 pm
No idea. You should contact the tool provider for an answer there.
August 1, 2011 at 3:37 pm
I believe code smith is a tool for auto-generating SP's for a specific table to insert/update/delete data.
If the SP's have a comment in mentioning the name, then this tool was used to generate them.
August 1, 2011 at 5:01 pm
Thanks!
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply