<?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/"
		>
<channel>
	<title>Comments on: Sunday T-SQL Tip: Inline vs. Multi-statement Table Valued Functions</title>
	<atom:link href="http://aboutsqlserver.com/2011/10/23/sunday-t-sql-tip-inline-vs-multi-statement-table-valued-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://aboutsqlserver.com/2011/10/23/sunday-t-sql-tip-inline-vs-multi-statement-table-valued-functions/</link>
	<description>Database design and development with Microsoft Sql Server</description>
	<lastBuildDate>Fri, 14 Jun 2013 17:32:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Dmitri Korotkevitch</title>
		<link>http://aboutsqlserver.com/2011/10/23/sunday-t-sql-tip-inline-vs-multi-statement-table-valued-functions/#comment-278</link>
		<dc:creator>Dmitri Korotkevitch</dc:creator>
		<pubDate>Sun, 18 Dec 2011 17:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://aboutsqlserver.com/2011/10/23/sunday-t-sql-tip-inline-vs-multi-statement-table-valued-functions/#comment-278</guid>
		<description><![CDATA[Hi Chirag,

Thank you very much for your very valid comment and for the reading! 

I&#039;ve updated the post to show how it would behave with multi-statement functions.

Sincerely,
Dmitri]]></description>
		<content:encoded><![CDATA[<p>Hi Chirag,</p>
<p>Thank you very much for your very valid comment and for the reading! </p>
<p>I&#8217;ve updated the post to show how it would behave with multi-statement functions.</p>
<p>Sincerely,<br />
Dmitri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chirag shah</title>
		<link>http://aboutsqlserver.com/2011/10/23/sunday-t-sql-tip-inline-vs-multi-statement-table-valued-functions/#comment-277</link>
		<dc:creator>Chirag shah</dc:creator>
		<pubDate>Wed, 14 Dec 2011 19:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://aboutsqlserver.com/2011/10/23/sunday-t-sql-tip-inline-vs-multi-statement-table-valued-functions/#comment-277</guid>
		<description><![CDATA[Dmitry,

First of all I should thank you for putting together well informative blog. 

Now title of this post is confusing to me. Ofcouse, inline TVFs generally give very good performance (and matter of fact SQL optimizer loves it) BUT

It appears to me that you are trying to compare it with a scalar UDF (not multi statement TVF -- multi statement TVF returns a table variable) 

Agree, Multi statements TVS are as bad as scalar UDF (as they are also evaluated per row) but to me  dbo.avgitemcost() is a scalar UDF contrary to the title of the blog post]]></description>
		<content:encoded><![CDATA[<p>Dmitry,</p>
<p>First of all I should thank you for putting together well informative blog. </p>
<p>Now title of this post is confusing to me. Ofcouse, inline TVFs generally give very good performance (and matter of fact SQL optimizer loves it) BUT</p>
<p>It appears to me that you are trying to compare it with a scalar UDF (not multi statement TVF &#8212; multi statement TVF returns a table variable) </p>
<p>Agree, Multi statements TVS are as bad as scalar UDF (as they are also evaluated per row) but to me  dbo.avgitemcost() is a scalar UDF contrary to the title of the blog post</p>
]]></content:encoded>
	</item>
</channel>
</rss>
