Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • A database developer may view application code in much the same way you described stored procedures. Commented Mar 5, 2009 at 17:32
  • Sure it's going to be hard to deal with if you assume that it's horribly written. I'd say exactly the same thing for C# code - if the developer writes garbage you're going to get garbage. Commented Mar 5, 2009 at 17:51
  • I would never consider using a "many layered, cursor-looping, temp-table using, many-layered nested stored proc." There are almost always better ways to do business. I think the point JohnW was making was that if you did do such a thing, it would be bad by definition to a database person. Commented Mar 5, 2009 at 18:01