<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tips by Ervin Ter &#187; SQL</title>
	<atom:link href="http://www.ervinter.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ervinter.com</link>
	<description>Programming, Web News, Web Hostings, Technology</description>
	<lastBuildDate>Tue, 01 Jun 2010 02:10:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Tips To Increase Performance of Store Procedure</title>
		<link>http://www.ervinter.com/2009/12/09/tips-to-increase-performance-of-store-procedure/</link>
		<comments>http://www.ervinter.com/2009/12/09/tips-to-increase-performance-of-store-procedure/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:36:48 +0000</pubDate>
		<dc:creator>ervinter</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.ervinter.com/2009/12/09/tips-to-increase-performance-of-store-procedure/</guid>
		<description><![CDATA[1. NOCOUNTNormally if you perform query in Query Analyzer, it will return row count information in output. By default this NOCOUNT option is tuning OFF, it is advised to SET NOCOUNT ON to save overhead and increase performance. 2. NOLOCKThis will not lock your table and increase performance. 3. Return ValueIf you are querying about <a href="http://www.ervinter.com/2009/12/09/tips-to-increase-performance-of-store-procedure/" class="more-link">More &#62;</a>


<strong>Related posts:</strong><ol><li><a href='http://www.ervinter.com/2010/01/31/here-is-my-google-chrome-extension/' rel='bookmark' title='Permanent Link: Here is my google chrome extension'>Here is my google chrome extension</a> <small>Chromed Bird Twitter client Delicious Tools My favourite bookmarking tool...</small></li>
<li><a href='http://www.ervinter.com/2009/11/11/c-send-new-post-to-posterous/' rel='bookmark' title='Permanent Link: C# Send New Post to Posterous'>C# Send New Post to Posterous</a> <small>Posterous has a set of API for developer to call...</small></li>
<li><a href='http://www.ervinter.com/2009/11/10/two-improvement-needed-for-posterous-robot/' rel='bookmark' title='Permanent Link: Two Improvement Needed For Posterous Robot'>Two Improvement Needed For Posterous Robot</a> <small>Two Improvement Needed For Posterous Robot 1. Drag and Drop...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>1. NOCOUNT<br />Normally if you perform query in Query Analyzer, it will return row count information in output. By default this NOCOUNT option is tuning OFF, it is advised to SET NOCOUNT ON to save overhead and increase performance.
<p />2. NOLOCK<br />This will not lock your table and increase performance.
<p />3. Return Value<br />If you are querying about single value, to best is just return value to save the overhead and performance.</p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via web</a>   from <a href="http://ervinter.posterous.com/tips-to-increase-performance-of-store-procedu">Ervin Ter&#8217;s posterous</a>  </p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.ervinter.com/2010/01/31/here-is-my-google-chrome-extension/' rel='bookmark' title='Permanent Link: Here is my google chrome extension'>Here is my google chrome extension</a> <small>Chromed Bird Twitter client Delicious Tools My favourite bookmarking tool...</small></li>
<li><a href='http://www.ervinter.com/2009/11/11/c-send-new-post-to-posterous/' rel='bookmark' title='Permanent Link: C# Send New Post to Posterous'>C# Send New Post to Posterous</a> <small>Posterous has a set of API for developer to call...</small></li>
<li><a href='http://www.ervinter.com/2009/11/10/two-improvement-needed-for-posterous-robot/' rel='bookmark' title='Permanent Link: Two Improvement Needed For Posterous Robot'>Two Improvement Needed For Posterous Robot</a> <small>Two Improvement Needed For Posterous Robot 1. Drag and Drop...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ervinter.com/2009/12/09/tips-to-increase-performance-of-store-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->