<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Stored Procedures vs Ad Hoc SQL</title>
	<link>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql</link>
	<description></description>
	<pubDate>Wed, 08 Feb 2012 11:42:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: sunglass hut</title>
		<link>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-113737</link>
		<dc:creator>sunglass hut</dc:creator>
		<pubDate>Mon, 31 Oct 2011 09:22:10 +0000</pubDate>
		<guid>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-113737</guid>
		<description>I know, I always live in the memories, I know, I always remember the past, I know, forget you have to forget.</description>
		<content:encoded><![CDATA[<p>I know, I always live in the memories, I know, I always remember the past, I know, forget you have to forget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian louboutin</title>
		<link>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-91110</link>
		<dc:creator>christian louboutin</dc:creator>
		<pubDate>Sat, 02 Apr 2011 08:57:49 +0000</pubDate>
		<guid>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-91110</guid>
		<description>http://www.fashionchristianlouboutinshoes.com/
christian louboutin is the symbol of women.
It is said that a woman without christian louboutin sales knows nothing about fashion.
That is right.If you want to be fashionable.Please christian louboutin shoes.</description>
		<content:encoded><![CDATA[<p><a href="http://www.fashionchristianlouboutinshoes.com/" rel="nofollow">http://www.fashionchristianlouboutinshoes.com/</a><br />
christian louboutin is the symbol of women.<br />
It is said that a woman without christian louboutin sales knows nothing about fashion.<br />
That is right.If you want to be fashionable.Please christian louboutin shoes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: current affairs</title>
		<link>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-91008</link>
		<dc:creator>current affairs</dc:creator>
		<pubDate>Fri, 01 Apr 2011 05:40:13 +0000</pubDate>
		<guid>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-91008</guid>
		<description>Excellent post. I’m actually surprised the use of blogs and wikis isn’t higher.</description>
		<content:encoded><![CDATA[<p>Excellent post. I’m actually surprised the use of blogs and wikis isn’t higher.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web marketing melbourne</title>
		<link>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-82700</link>
		<dc:creator>web marketing melbourne</dc:creator>
		<pubDate>Tue, 21 Dec 2010 04:53:02 +0000</pubDate>
		<guid>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-82700</guid>
		<description>There is an argument I didn't find in your article: by implementing (some or all of) the business logic in stored procedures, you allow to reuse that business logic from *all* the layers above. In some cases, that can be extremely useful. I work on medical applications that always have to integrate with some legacy code, sometimes running on very exotic platforms/environments. Tough (or impossible) to call .NET/COM/whatever code running on a middle tier from there, but usually OK to call SPs directly. Having most of the business rules at the database level ensures that whatever the call context (from middle tier or from a legacy application), the same rules will apply.</description>
		<content:encoded><![CDATA[<p>There is an argument I didn&#8217;t find in your article: by implementing (some or all of) the business logic in stored procedures, you allow to reuse that business logic from *all* the layers above. In some cases, that can be extremely useful. I work on medical applications that always have to integrate with some legacy code, sometimes running on very exotic platforms/environments. Tough (or impossible) to call .NET/COM/whatever code running on a middle tier from there, but usually OK to call SPs directly. Having most of the business rules at the database level ensures that whatever the call context (from middle tier or from a legacy application), the same rules will apply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: website design hampshire</title>
		<link>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-82495</link>
		<dc:creator>website design hampshire</dc:creator>
		<pubDate>Sat, 18 Dec 2010 08:53:31 +0000</pubDate>
		<guid>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-82495</guid>
		<description>When dealing with the maintenance issue, having a central location for dealing with data and only data, increases the ease of maintenance.  Let's take for instance, calculated data (cola + colb / colc).  In an ad hoc situation, your calculation is created and ran by the user / application.  Each user / application could calculate the same metric differently (both (cola + colb) / colc  or the previous example).  Whereas, sprocs (or even views) help eliminate that problem.  Additionally, should the calculation be wrong, you no longer have to update the application, you only have to update the sproc.  Because remember, when you update the application, you then have to deal with redeployment of that app.</description>
		<content:encoded><![CDATA[<p>When dealing with the maintenance issue, having a central location for dealing with data and only data, increases the ease of maintenance.  Let&#8217;s take for instance, calculated data (cola + colb / colc).  In an ad hoc situation, your calculation is created and ran by the user / application.  Each user / application could calculate the same metric differently (both (cola + colb) / colc  or the previous example).  Whereas, sprocs (or even views) help eliminate that problem.  Additionally, should the calculation be wrong, you no longer have to update the application, you only have to update the sproc.  Because remember, when you update the application, you then have to deal with redeployment of that app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corwin</title>
		<link>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-28335</link>
		<dc:creator>Corwin</dc:creator>
		<pubDate>Thu, 26 Jul 2007 19:06:52 +0000</pubDate>
		<guid>http://www.techtoolblog.com/archives/stored-procedures-vs-ad-hoc-sql#comment-28335</guid>
		<description>You can create test harnesses to test/debug the procs.  And if you include tons of commmented out tests in the harness, you can easily retest portions as needed.  Stored procs should contain an error handling routine that passes back something better than 512.

Embrace it, logic in the database is a good thing.</description>
		<content:encoded><![CDATA[<p>You can create test harnesses to test/debug the procs.  And if you include tons of commmented out tests in the harness, you can easily retest portions as needed.  Stored procs should contain an error handling routine that passes back something better than 512.</p>
<p>Embrace it, logic in the database is a good thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

