<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Stored Procedures Advantages and Best Advantage</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-51632</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Thu, 07 May 2009 03:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-51632</guid>
		<description>@Vivek

Select  top 2 * from Table_Name

~ IM.</description>
		<content:encoded><![CDATA[<p>@Vivek</p>
<p>Select  top 2 * from Table_Name</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Jain</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-51596</link>
		<dc:creator>Vivek Jain</dc:creator>
		<pubDate>Wed, 06 May 2009 11:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-51596</guid>
		<description>Hi,

I have a query, how to select top two records from the table?

Waiting for your kind reply.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a query, how to select top two records from the table?</p>
<p>Waiting for your kind reply.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-48920</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-48920</guid>
		<description>hahaha....Great reply Lee...</description>
		<content:encoded><![CDATA[<p>hahaha&#8230;.Great reply Lee&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-47195</link>
		<dc:creator>SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-47195</guid>
		<description>[...] SQL SERVER - Stored Procedures Advantages and Best Advantage [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; Stored Procedures Advantages and Best Advantage [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-43500</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Sat, 04 Oct 2008 05:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-43500</guid>
		<description>Is it TRUE OR FALSE


execution plan is not cached in case  of functions(udf)..?</description>
		<content:encoded><![CDATA[<p>Is it TRUE OR FALSE</p>
<p>execution plan is not cached in case  of functions(udf)..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-43499</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Sat, 04 Oct 2008 05:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-43499</guid>
		<description>What are the disadvantages of stored procedure
 
except This?

stored procedure may hinder the performance

if it is excessively recompiled</description>
		<content:encoded><![CDATA[<p>What are the disadvantages of stored procedure</p>
<p>except This?</p>
<p>stored procedure may hinder the performance</p>
<p>if it is excessively recompiled</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aviral</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-40335</link>
		<dc:creator>aviral</dc:creator>
		<pubDate>Wed, 16 Jul 2008 18:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-40335</guid>
		<description>With the optimal usage of Prepared Statements even qury plan caching can be obtained so I feel the ability to tune and modular coding is the best advantage of stored procedures.</description>
		<content:encoded><![CDATA[<p>With the optimal usage of Prepared Statements even qury plan caching can be obtained so I feel the ability to tune and modular coding is the best advantage of stored procedures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valter Vigati</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-40321</link>
		<dc:creator>Valter Vigati</dc:creator>
		<pubDate>Wed, 16 Jul 2008 13:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-40321</guid>
		<description>Pinal Dave, 

I have a system using Database &quot;DBF.&quot; Develop a program that makes the load of data updated in the &quot;DBF&quot; to SQL 2005, using the Advantage Database Server to make the reading of the data &quot;DBF.&quot; I have had some problems in reading this data. You could report some knowledge about this case?

Thanks!!!!</description>
		<content:encoded><![CDATA[<p>Pinal Dave, </p>
<p>I have a system using Database &#8220;DBF.&#8221; Develop a program that makes the load of data updated in the &#8220;DBF&#8221; to SQL 2005, using the Advantage Database Server to make the reading of the data &#8220;DBF.&#8221; I have had some problems in reading this data. You could report some knowledge about this case?</p>
<p>Thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-39864</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-39864</guid>
		<description>Yes, the difference between SQL 2000 and SQL 2005 is &quot;5&quot;.</description>
		<content:encoded><![CDATA[<p>Yes, the difference between SQL 2000 and SQL 2005 is &#8220;5&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-19597</link>
		<dc:creator>suresh</dc:creator>
		<pubDate>Wed, 14 Nov 2007 06:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-19597</guid>
		<description>i want what is the diffrent between sql 2000 and 2005
any one able to telme</description>
		<content:encoded><![CDATA[<p>i want what is the diffrent between sql 2000 and 2005<br />
any one able to telme</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-12086</link>
		<dc:creator>vivek</dc:creator>
		<pubDate>Tue, 11 Sep 2007 12:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-12086</guid>
		<description>hi,

  im in need of a sp to delete a particular table from the database and restoring the same table from a .dat file .. actualy its a concept of scheduling it has to be done everyday


looking for ur reply..

Thanks,
vivek</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>  im in need of a sp to delete a particular table from the database and restoring the same table from a .dat file .. actualy its a concept of scheduling it has to be done everyday</p>
<p>looking for ur reply..</p>
<p>Thanks,<br />
vivek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaja</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-5942</link>
		<dc:creator>kaja</dc:creator>
		<pubDate>Fri, 27 Jul 2007 06:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-5942</guid>
		<description>what is difference between sql server 2005 and sql server 2008</description>
		<content:encoded><![CDATA[<p>what is difference between sql server 2005 and sql server 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-712</link>
		<dc:creator>pinaldave</dc:creator>
		<pubDate>Thu, 19 Apr 2007 23:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-712</guid>
		<description>Thank you Marco for your words.

If we pass different parameters to Stored Procedure like 
EXEC SPName @DifferentParam 
it will still give you benefits of Pre-Compilation as SQL already expects the dynamic param there so the plan is cached and next time it runs faster. SP does not provide benefits when dynamic SQL is generated in the SP.

Again, thank you for stopping by and saying hello!

Pinal Dave
(http://www.SQLAuthority.com)</description>
		<content:encoded><![CDATA[<p>Thank you Marco for your words.</p>
<p>If we pass different parameters to Stored Procedure like<br />
EXEC SPName @DifferentParam<br />
it will still give you benefits of Pre-Compilation as SQL already expects the dynamic param there so the plan is cached and next time it runs faster. SP does not provide benefits when dynamic SQL is generated in the SP.</p>
<p>Again, thank you for stopping by and saying hello!</p>
<p>Pinal Dave<br />
(<a href="http://www.SQLAuthority.com" rel="nofollow">http://www.SQLAuthority.com</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Antonio C. Santos</title>
		<link>http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-711</link>
		<dc:creator>Marco Antonio C. Santos</dc:creator>
		<pubDate>Thu, 19 Apr 2007 23:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/#comment-711</guid>
		<description>Thanx Pinal Dave for contributions to ColdFusion(firstly) and (by now) SQL Server communities! But only a tip: for us, ColdFusion(and PHP, ASP, JSP, Perl, Ruby, and so on) developers, Stored Procedures pre-compilation doesn&#039;t help because our dynamic applications will always sent different parameters, ya? Do you have tests about?</description>
		<content:encoded><![CDATA[<p>Thanx Pinal Dave for contributions to ColdFusion(firstly) and (by now) SQL Server communities! But only a tip: for us, ColdFusion(and PHP, ASP, JSP, Perl, Ruby, and so on) developers, Stored Procedures pre-compilation doesn&#8217;t help because our dynamic applications will always sent different parameters, ya? Do you have tests about?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
