<?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"
	>
<channel>
	<title>Comments on: Join to Parametrized Table Function - Cross Apply and Outer Apply in SQL Server 2005</title>
	<atom:link href="http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html</link>
	<description>Random thoughts and news by Andrew Chen and friends</description>
	<pubDate>Thu, 09 Feb 2012 14:05:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: daDude</title>
		<link>http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-148467</link>
		<dc:creator>daDude</dc:creator>
		<pubDate>Tue, 26 Jul 2011 14:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-148467</guid>
		<description>Just an FYI:

It turns out the function to which we're cross applying cannot be an inline function... it has to return a table with... it's a known bug apparently:
http://connect.microsoft.com/SQLServer/feedback/details/241325/cross-apply-and-dynamic-management-functions

anyways, your post definitely put me in the right direction.

cheers!</description>
		<content:encoded><![CDATA[<p>Just an FYI:</p>
<p>It turns out the function to which we&#8217;re cross applying cannot be an inline function&#8230; it has to return a table with&#8230; it&#8217;s a known bug apparently:<br />
<a href="http://connect.microsoft.com/SQLServer/feedback/details/241325/cross-apply-and-dynamic-management-functions" rel="nofollow">http://connect.microsoft.com/SQLServer/feedback/details/241325/cross-apply-and-dynamic-management-functions</a></p>
<p>anyways, your post definitely put me in the right direction.</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daDude</title>
		<link>http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-148466</link>
		<dc:creator>daDude</dc:creator>
		<pubDate>Tue, 26 Jul 2011 14:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-148466</guid>
		<description>I wonder why this following doesn't work in sql-server2008, then?

select *  From sys.databases AS d CROSS APPLY sys.dm_io_virtual_file_stats(d.database_id, null) as fn

an ideas?</description>
		<content:encoded><![CDATA[<p>I wonder why this following doesn&#8217;t work in sql-server2008, then?</p>
<p>select *  From sys.databases AS d CROSS APPLY sys.dm_io_virtual_file_stats(d.database_id, null) as fn</p>
<p>an ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpaquete</title>
		<link>http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-138421</link>
		<dc:creator>jpaquete</dc:creator>
		<pubDate>Fri, 20 May 2011 11:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-138421</guid>
		<description>thanks man :)</description>
		<content:encoded><![CDATA[<p>thanks man <img src='http://www.siusic.com/wphchen/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanO</title>
		<link>http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-133985</link>
		<dc:creator>DanO</dc:creator>
		<pubDate>Wed, 13 Apr 2011 13:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-133985</guid>
		<description>Nice one.  This has saved me an awful lot of time.  :mrgreen:</description>
		<content:encoded><![CDATA[<p>Nice one.  This has saved me an awful lot of time.  <img src='http://www.siusic.com/wphchen/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fox</title>
		<link>http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-105616</link>
		<dc:creator>Fox</dc:creator>
		<pubDate>Thu, 16 Sep 2010 09:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.siusic.com/wphchen/join-to-parametrized-table-function-cross-apply-and-outer-apply-in-sql-server-2005-145.html#comment-105616</guid>
		<description>Excellent.
Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent.<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

