Stored Procedure Header Block comments into DB?
390534May 14 2008 — edited May 14 2008Anyone,
How can I get the comments at the header of my Stored Procedure to go into the DB instead of just being on my source file?
I want my proc details and Copyright info to be inside DB as well as the files...
I have tried with "--" and "/* */" but neither go into the db.
Thanks in advance,
Miller