<?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; Rules for Optimizining Any Query &#8211; Best Practices for Query Optimization</title>
	<atom:link href="http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #014 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-416518</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #014 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 02 Feb 2013 01:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-416518</guid>
		<description><![CDATA[[...] Generate A Single Random Number for Range of Rows of Any Table – Very interesting Question from Re...Generating random number has been always fun to me. Though the word says random, nothing is truly random if you look at it. To generate the random number has had to use logic and make sure that the number is really random and not predictable. In this blog post, I go over a couple of methods of how to generate random numbers. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Generate A Single Random Number for Range of Rows of Any Table – Very interesting Question from Re&#8230;Generating random number has been always fun to me. Though the word says random, nothing is truly random if you look at it. To generate the random number has had to use logic and make sure that the number is really random and not predictable. In this blog post, I go over a couple of methods of how to generate random numbers. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #013 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-413091</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #013 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 26 Jan 2013 01:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-413091</guid>
		<description><![CDATA[[...] Rules for Optimizining Any Query – Best Practices for Query Optimization In this article I have not focused on depth but listed something of the simple tricks which DBA can apply to gain immediate performance gain. Though the tricks are very simple, if we notice carefully in our product server, we will find many of those not followed. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Rules for Optimizining Any Query – Best Practices for Query Optimization In this article I have not focused on depth but listed something of the simple tricks which DBA can apply to gain immediate performance gain. Though the tricks are very simple, if we notice carefully in our product server, we will find many of those not followed. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Desai</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-411639</link>
		<dc:creator><![CDATA[Anuj Desai]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 06:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-411639</guid>
		<description><![CDATA[Hi Pinal,

This was really helpful information for me. Can you optimize the query while using a ORDER BY clause for quick sorting of data records?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>This was really helpful information for me. Can you optimize the query while using a ORDER BY clause for quick sorting of data records?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-399385</link>
		<dc:creator><![CDATA[Sumit]]></dc:creator>
		<pubDate>Wed, 26 Dec 2012 07:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-399385</guid>
		<description><![CDATA[What about @table and #table... how it hurts performance.]]></description>
		<content:encoded><![CDATA[<p>What about @table and #table&#8230; how it hurts performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dasht</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-382779</link>
		<dc:creator><![CDATA[dasht]]></dc:creator>
		<pubDate>Wed, 28 Nov 2012 19:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-382779</guid>
		<description><![CDATA[can any one plz tell me the tools used for query optimization for sql from the erspective of data warehouse]]></description>
		<content:encoded><![CDATA[<p>can any one plz tell me the tools used for query optimization for sql from the erspective of data warehouse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girijesh Pandey</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-354964</link>
		<dc:creator><![CDATA[Girijesh Pandey]]></dc:creator>
		<pubDate>Mon, 01 Oct 2012 17:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-354964</guid>
		<description><![CDATA[Hi Pinal,
Nice blog!]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Nice blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swati lodha</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-198548</link>
		<dc:creator><![CDATA[swati lodha]]></dc:creator>
		<pubDate>Fri, 18 Nov 2011 12:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-198548</guid>
		<description><![CDATA[Hello  sir,

\very Nice Blog of u.Thanks for putting such helpful information on your blog. It always helped me to find solutions for queries.]]></description>
		<content:encoded><![CDATA[<p>Hello  sir,</p>
<p>\very Nice Blog of u.Thanks for putting such helpful information on your blog. It always helped me to find solutions for queries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep B</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-181136</link>
		<dc:creator><![CDATA[Sandeep B]]></dc:creator>
		<pubDate>Thu, 20 Oct 2011 10:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-181136</guid>
		<description><![CDATA[Hi Pinal,

Thanks for putting such helpful information on your blog. It always helped me to find solutions for queries. Thanks again.

Sandeep B]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Thanks for putting such helpful information on your blog. It always helped me to find solutions for queries. Thanks again.</p>
<p>Sandeep B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijaya kumar</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-165591</link>
		<dc:creator><![CDATA[vijaya kumar]]></dc:creator>
		<pubDate>Mon, 05 Sep 2011 08:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-165591</guid>
		<description><![CDATA[Hello,
    How to write a syntax for T-SQL,user defined functions and stored block procedure.]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
    How to write a syntax for T-SQL,user defined functions and stored block procedure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harsh</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-67744</link>
		<dc:creator><![CDATA[Harsh]]></dc:creator>
		<pubDate>Thu, 29 Apr 2010 13:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-67744</guid>
		<description><![CDATA[Surersh,
Create a text file of the table and use it as a source instead of directly using the table as the source.
You can use the cmd utility called bcp.exe to create the text file. Please reply as to how it works out.]]></description>
		<content:encoded><![CDATA[<p>Surersh,<br />
Create a text file of the table and use it as a source instead of directly using the table as the source.<br />
You can use the cmd utility called bcp.exe to create the text file. Please reply as to how it works out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-62957</link>
		<dc:creator><![CDATA[Suresh]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 11:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-62957</guid>
		<description><![CDATA[Hi

 I am suresh. Thjs is my question.

I am inserting 8 lacks records from source table to multiple destination table with some ETL operation. First 10000 records getting inserted in 10 minutes and after that it takes 20 minutes to insert 2000 records it keeps on increasing the time. what would be the solution. plz asap]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p> I am suresh. Thjs is my question.</p>
<p>I am inserting 8 lacks records from source table to multiple destination table with some ETL operation. First 10000 records getting inserted in 10 minutes and after that it takes 20 minutes to insert 2000 records it keeps on increasing the time. what would be the solution. plz asap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-57697</link>
		<dc:creator><![CDATA[Nilesh]]></dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-57697</guid>
		<description><![CDATA[Pinal,

Many time I am reading your blogs.
In this article you have mentioend very very basic optimization technique.

I would request you to separate your articale for expert, beginners etc.

-Nilesh]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>Many time I am reading your blogs.<br />
In this article you have mentioend very very basic optimization technique.</p>
<p>I would request you to separate your articale for expert, beginners etc.</p>
<p>-Nilesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hidha</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-56109</link>
		<dc:creator><![CDATA[Hidha]]></dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-56109</guid>
		<description><![CDATA[Thanks for the Tips. It was useful.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the Tips. It was useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubhangi</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-55903</link>
		<dc:creator><![CDATA[Shubhangi]]></dc:creator>
		<pubDate>Wed, 16 Sep 2009 05:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-55903</guid>
		<description><![CDATA[Hello Pinal,

I wanted I wanted to know which kind of queries can be moved to stored procedures. Can you please guide me on Ad- Hoc, dynamic and parametrized queries in reference to SP. What will be beneficial for performance improvement?]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,</p>
<p>I wanted I wanted to know which kind of queries can be moved to stored procedures. Can you please guide me on Ad- Hoc, dynamic and parametrized queries in reference to SP. What will be beneficial for performance improvement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narenndra</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-54009</link>
		<dc:creator><![CDATA[Narenndra]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 12:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-54009</guid>
		<description><![CDATA[Hi  Hoapino and all,

Will d views occupy place in the Database?N can some one help me the meaning of MOVE D LOGIC OF UDF TO SP

Thanks,
Narenndra]]></description>
		<content:encoded><![CDATA[<p>Hi  Hoapino and all,</p>
<p>Will d views occupy place in the Database?N can some one help me the meaning of MOVE D LOGIC OF UDF TO SP</p>
<p>Thanks,<br />
Narenndra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayant das</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-53374</link>
		<dc:creator><![CDATA[jayant das]]></dc:creator>
		<pubDate>Wed, 01 Jul 2009 12:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-53374</guid>
		<description><![CDATA[Hi Pinal Dave

This is very usefull to my daily work as dba thanks alot

Jayant]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal Dave</p>
<p>This is very usefull to my daily work as dba thanks alot</p>
<p>Jayant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Net Wolf (Hoapino)</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-52655</link>
		<dc:creator><![CDATA[Net Wolf (Hoapino)]]></dc:creator>
		<pubDate>Tue, 02 Jun 2009 14:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-52655</guid>
		<description><![CDATA[In simple terms views like any other sql statements need to be compiled then executed which comsumes time and space for large amount of data unlike stored procs which are already precompiled]]></description>
		<content:encoded><![CDATA[<p>In simple terms views like any other sql statements need to be compiled then executed which comsumes time and space for large amount of data unlike stored procs which are already precompiled</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Net Wolf (Hoapino)</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-52653</link>
		<dc:creator><![CDATA[Net Wolf (Hoapino)]]></dc:creator>
		<pubDate>Tue, 02 Jun 2009 14:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-52653</guid>
		<description><![CDATA[Hi Sourabh
If you look closely at Dave&#039;s article, you&#039;ll want to change the article to &quot;Tips for db optimization&quot;. This is because he touched on table maintanance, views Vs stored procs, triggers and we use queries in all the above processes but tables.

Now to attend to your question, views act like replicated table combination and are updated instantly as the tables get data, so in the testing enviroment they appear to behave due to small amount of data and reduced concurrency on data access thats why Michale says he has seen people suffering. In addition it is even a hastle to troubleshoot mishaps. All in all, try to check views vs stored procedures.

As for you Dave, keep up the good work]]></description>
		<content:encoded><![CDATA[<p>Hi Sourabh<br />
If you look closely at Dave&#8217;s article, you&#8217;ll want to change the article to &#8220;Tips for db optimization&#8221;. This is because he touched on table maintanance, views Vs stored procs, triggers and we use queries in all the above processes but tables.</p>
<p>Now to attend to your question, views act like replicated table combination and are updated instantly as the tables get data, so in the testing enviroment they appear to behave due to small amount of data and reduced concurrency on data access thats why Michale says he has seen people suffering. In addition it is even a hastle to troubleshoot mishaps. All in all, try to check views vs stored procedures.</p>
<p>As for you Dave, keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xwalker</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-46391</link>
		<dc:creator><![CDATA[Xwalker]]></dc:creator>
		<pubDate>Fri, 06 Feb 2009 05:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-46391</guid>
		<description><![CDATA[Thank you for wonderful article.]]></description>
		<content:encoded><![CDATA[<p>Thank you for wonderful article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durgesh Walker</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-46389</link>
		<dc:creator><![CDATA[Durgesh Walker]]></dc:creator>
		<pubDate>Fri, 06 Feb 2009 05:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-46389</guid>
		<description><![CDATA[Hi i am durgesh.....]]></description>
		<content:encoded><![CDATA[<p>Hi i am durgesh&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sourabh Sachdeva</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-46319</link>
		<dc:creator><![CDATA[Sourabh Sachdeva]]></dc:creator>
		<pubDate>Wed, 04 Feb 2009 11:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-46319</guid>
		<description><![CDATA[Hey Pinal Nice artical man,

                   Its really useful for optimizing sql qry or procedure. But can anyone tell that why dave says that do  not to use Views or replace views with original source table?]]></description>
		<content:encoded><![CDATA[<p>Hey Pinal Nice artical man,</p>
<p>                   Its really useful for optimizing sql qry or procedure. But can anyone tell that why dave says that do  not to use Views or replace views with original source table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandle Wood</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-46086</link>
		<dc:creator><![CDATA[Sandle Wood]]></dc:creator>
		<pubDate>Wed, 28 Jan 2009 17:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-46086</guid>
		<description><![CDATA[Ya its a good for getting any correct output and also for optimization.....]]></description>
		<content:encoded><![CDATA[<p>Ya its a good for getting any correct output and also for optimization&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit Agrawal</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-45980</link>
		<dc:creator><![CDATA[Ankit Agrawal]]></dc:creator>
		<pubDate>Sun, 25 Jan 2009 07:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-45980</guid>
		<description><![CDATA[I have the question about the following 2 points:

-Table should have minimum of one clustered index
Q: Can there be more than one clustered index on a table? If Yes, how and when they shall be used?


-Table should have appropriate amount of non-clustered index
Q: Creating unnecessarily huge number of non-clustered index(s) also brings the performance down for a table. Is it a good practice to create non-clustered index(s) on the fly in the stored procs as and when they should be needed? Could there be any downside of it?


Your blog is great... thanQ very much!]]></description>
		<content:encoded><![CDATA[<p>I have the question about the following 2 points:</p>
<p>-Table should have minimum of one clustered index<br />
Q: Can there be more than one clustered index on a table? If Yes, how and when they shall be used?</p>
<p>-Table should have appropriate amount of non-clustered index<br />
Q: Creating unnecessarily huge number of non-clustered index(s) also brings the performance down for a table. Is it a good practice to create non-clustered index(s) on the fly in the stored procs as and when they should be needed? Could there be any downside of it?</p>
<p>Your blog is great&#8230; thanQ very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaydee</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-45969</link>
		<dc:creator><![CDATA[jaydee]]></dc:creator>
		<pubDate>Sat, 24 Jan 2009 16:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-45969</guid>
		<description><![CDATA[hi pinal,
As you said that, we should have non clustered index.
Can you say how to add a non-clustered apart from primary key.]]></description>
		<content:encoded><![CDATA[<p>hi pinal,<br />
As you said that, we should have non clustered index.<br />
Can you say how to add a non-clustered apart from primary key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: It Jobs</title>
		<link>http://blog.sqlauthority.com/2009/01/20/sql-server-rules-for-optimizining-any-query-best-practices-for-query-optimization/#comment-45899</link>
		<dc:creator><![CDATA[It Jobs]]></dc:creator>
		<pubDate>Thu, 22 Jan 2009 13:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2061#comment-45899</guid>
		<description><![CDATA[In a high-load situation, inline SQL can cause high utilization of the network bandwidth - also, if you have a query with a length greather than 8000 chars (a coomplicated search, for example) you have to use a sproc.]]></description>
		<content:encoded><![CDATA[<p>In a high-load situation, inline SQL can cause high utilization of the network bandwidth &#8211; also, if you have a query with a length greather than 8000 chars (a coomplicated search, for example) you have to use a sproc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>