This post originated from an RSS feed registered with .NET Buzz
by Richard Jonas.
Original Post: Arguments for and against using stored procedures
Feed Title: Richard Jonas
Feed URL: http://feeds.feedburner.com/blogspot/ouNA
Feed Description: Richard Jonas's blog about .NET, web development and agile methodologies.
Frans Bouma states some arguments against using stored procedures, preferring to generate SQL dynamically in an application.
Coming to databases from an OO background, I'd suggest that the database should be considered an "object" with a defined interface. The implementation should be separate from the interface, and coupling between objects should be reduced as far as possible, and Iâd use