vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all , Please let me know if any of u know any links or documents which provides any coding standards for developing DB2 Stored Procedures. I am in effort of building a comprehensive document on Coding Standards on Stored Procedures. THanks .. Sincerely Vijay. |
| |||
| I think you can pick up these standards from various locations .. A good reference is the IBM Press book on SPs. You will also find some articles in the developer doamin on performance recommendations for SPs which can also be made use of .. HTH Sathyaram |
| |||
| "vj" <vijaykarthick@gmail.com> wrote in message news:1116388088.327862.235070@g47g2000cwa.googlegr oups.com... > Hi all , > > Please let me know if any of u know any links or documents which > provides any coding standards for developing DB2 Stored Procedures. > > I am in effort of building a comprehensive document on Coding Standards > on Stored Procedures. > > THanks .. > > > Sincerely Vijay. > I don't recall if it contains any specific coding standards but there is a lengthy, recent Redbook on the subject of stored procedures. You may want to look through that to see if it has any recommendations. The publication number is SG24-7083. This URL - <http://www.redbooks.ibm.com/abstracts/sg247083.html?Open> - should get you to the abstract; all you neeed to do is click on "Download PDF" or "View as HTML" to read the document. Rhino |