<?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: SSIS &#8211; Stored Procedures and the OLE DB Source</title>
	<atom:link href="http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/</link>
	<description>Random thoughts and experiences with SSIS, by Phil Brammer</description>
	<lastBuildDate>Wed, 25 Jan 2012 10:27:44 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Libby</title>
		<link>http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/comment-page-1/#comment-32406</link>
		<dc:creator>Libby</dc:creator>
		<pubDate>Wed, 24 Aug 2011 16:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/#comment-32406</guid>
		<description>Thanks to Paul Ibison for your comment on using the &quot;SET NOCOUNT ON&quot;.   That&#039;s all I needed!!

Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks to Paul Ibison for your comment on using the &#8220;SET NOCOUNT ON&#8221;.   That&#8217;s all I needed!!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewJacksonZA</title>
		<link>http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/comment-page-1/#comment-32376</link>
		<dc:creator>AndrewJacksonZA</dc:creator>
		<pubDate>Wed, 24 Aug 2011 08:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/#comment-32376</guid>
		<description>Thank you Phil, this blog post helped me with executing a stored procedure from within an OLE DB Source.</description>
		<content:encoded><![CDATA[<p>Thank you Phil, this blog post helped me with executing a stored procedure from within an OLE DB Source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/comment-page-1/#comment-10068</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Mon, 22 Nov 2010 21:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/#comment-10068</guid>
		<description>Can you please post a Exapmle of Would the table variable be used ?</description>
		<content:encoded><![CDATA[<p>Can you please post a Exapmle of Would the table variable be used ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maverick</title>
		<link>http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/comment-page-1/#comment-594</link>
		<dc:creator>maverick</dc:creator>
		<pubDate>Wed, 24 Sep 2008 21:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/#comment-594</guid>
		<description>Thanx..........</description>
		<content:encoded><![CDATA[<p>Thanx&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Brammer</title>
		<link>http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/comment-page-1/#comment-485</link>
		<dc:creator>Phil Brammer</dc:creator>
		<pubDate>Wed, 27 Feb 2008 14:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/#comment-485</guid>
		<description>Sachit,
Please post your question over on the SSIS Forum: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=80&amp;SiteID=1

There are several resources who can help you.  Also, we&#039;ll need to know more about your scenario.  Where are you using this variable?  (What component or task?)</description>
		<content:encoded><![CDATA[<p>Sachit,<br />
Please post your question over on the SSIS Forum: <a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=80&#038;SiteID=1" rel="nofollow">http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=80&#038;SiteID=1</a></p>
<p>There are several resources who can help you.  Also, we&#8217;ll need to know more about your scenario.  Where are you using this variable?  (What component or task?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachit</title>
		<link>http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/comment-page-1/#comment-484</link>
		<dc:creator>Sachit</dc:creator>
		<pubDate>Wed, 27 Feb 2008 14:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/#comment-484</guid>
		<description>My SSIS package is getting name of stored procedure from a variable. When I prefix EXEC command in variable with SET FMTONLY OFF or put SET FMTONLY OFF in my stored procedure before SET NOCOUNT ON, my SSIS package gets hanged into some internal processing and never comes back. In such a case I need to press Ctl+Alt+Del to terminate it abnormally and restart it. Could you please suggest what could be the problem here?</description>
		<content:encoded><![CDATA[<p>My SSIS package is getting name of stored procedure from a variable. When I prefix EXEC command in variable with SET FMTONLY OFF or put SET FMTONLY OFF in my stored procedure before SET NOCOUNT ON, my SSIS package gets hanged into some internal processing and never comes back. In such a case I need to press Ctl+Alt+Del to terminate it abnormally and restart it. Could you please suggest what could be the problem here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Ibison</title>
		<link>http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/comment-page-1/#comment-432</link>
		<dc:creator>Paul Ibison</dc:creator>
		<pubDate>Thu, 15 Nov 2007 22:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/10/10/ssis-stored-procedures-and-the-ole-db-source/#comment-432</guid>
		<description>Phil,
this is the way I always worked around the problem however it was recently pointed out to me that there are undesirable repurcessions of this workaround - namely your stored proc will get executed 5 times when the package executes. It might be that a temp table is needed for additional indexes and due to the large size of data etc but if at all possible I&#039;d recommend using a table variable instead along with &quot;SET NOCOUNT ON&quot; in which case the stored proc will get executed once only. 
Cheers,
Paul Ibison</description>
		<content:encoded><![CDATA[<p>Phil,<br />
this is the way I always worked around the problem however it was recently pointed out to me that there are undesirable repurcessions of this workaround &#8211; namely your stored proc will get executed 5 times when the package executes. It might be that a temp table is needed for additional indexes and due to the large size of data etc but if at all possible I&#8217;d recommend using a table variable instead along with &#8220;SET NOCOUNT ON&#8221; in which case the stored proc will get executed once only.<br />
Cheers,<br />
Paul Ibison</p>
]]></content:encoded>
	</item>
</channel>
</rss>

