<?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: Getting Return Metadata from Stored Procedures</title>
	<atom:link href="http://davedewinter.com/2008/11/09/getting-return-metadata-from-stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://davedewinter.com/2008/11/09/getting-return-metadata-from-stored-procedures/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 22 Sep 2011 22:12:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Larry Cole</title>
		<link>http://davedewinter.com/2008/11/09/getting-return-metadata-from-stored-procedures/#comment-145</link>
		<dc:creator>Larry Cole</dc:creator>
		<pubDate>Tue, 14 Apr 2009 22:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/11/09/getting-return-metadata-from-stored-procedures/#comment-145</guid>
		<description>Set fmtonly on does work for most stored procedures.  However another situtaion in which it does not work correctly is if your output is based on temporary tables defined in the stored procedure.</description>
		<content:encoded><![CDATA[<p>Set fmtonly on does work for most stored procedures.  However another situtaion in which it does not work correctly is if your output is based on temporary tables defined in the stored procedure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://davedewinter.com/2008/11/09/getting-return-metadata-from-stored-procedures/#comment-144</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 11 Nov 2008 13:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/11/09/getting-return-metadata-from-stored-procedures/#comment-144</guid>
		<description>I&#039;ve always wanted to know how that worked! But I can&#039;t say that it works &#039;without flaw&#039;. We have a handful of crazy stored procedures at work that confuse LinqToSQL. For example, if you call another stored procedure from within your stored procedure (using exec) then it doesnt know what columns get returned anymore and doesnt return any.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always wanted to know how that worked! But I can&#8217;t say that it works &#8216;without flaw&#8217;. We have a handful of crazy stored procedures at work that confuse LinqToSQL. For example, if you call another stored procedure from within your stored procedure (using exec) then it doesnt know what columns get returned anymore and doesnt return any.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

