<?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: FIX: SSIS Script Component Error &#8220;The value is too large to fit in the column data area of the buffer&#8221;</title>
	<atom:link href="http://blog.summitcloud.com/2009/12/fix-ssis-script-component-error-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.summitcloud.com/2009/12/fix-ssis-script-component-error-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer/</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 12:21:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kel</title>
		<link>http://blog.summitcloud.com/2009/12/fix-ssis-script-component-error-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer/comment-page-1/#comment-230</link>
		<dc:creator>kel</dc:creator>
		<pubDate>Wed, 06 Jul 2011 00:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=252#comment-230</guid>
		<description>David - this works a treat. I had been tearing my hair out for days trying to work out why it kept falling over after importing 10,000 rows. Thanks!</description>
		<content:encoded><![CDATA[<p>David &#8211; this works a treat. I had been tearing my hair out for days trying to work out why it kept falling over after importing 10,000 rows. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonmcrawford</title>
		<link>http://blog.summitcloud.com/2009/12/fix-ssis-script-component-error-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer/comment-page-1/#comment-214</link>
		<dc:creator>jonmcrawford</dc:creator>
		<pubDate>Wed, 09 Mar 2011 22:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=252#comment-214</guid>
		<description>Perfect, that looks better, I was replacing the existing column. Good memory!</description>
		<content:encoded><![CDATA[<p>Perfect, that looks better, I was replacing the existing column. Good memory!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Leibowitz</title>
		<link>http://blog.summitcloud.com/2009/12/fix-ssis-script-component-error-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer/comment-page-1/#comment-213</link>
		<dc:creator>David Leibowitz</dc:creator>
		<pubDate>Wed, 09 Mar 2011 22:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=252#comment-213</guid>
		<description>It&#039;s been a while. But most likely I had the output from the Script Component passed over to a Derived Column component. The column must be NEW, not the existing 255 wide one.&lt;br&gt;You may need to explicitly truncate the string with a SUBSTR or something similar before your conversion. But you can do that all in one line in a Derived Column.</description>
		<content:encoded><![CDATA[<p>It&#39;s been a while. But most likely I had the output from the Script Component passed over to a Derived Column component. The column must be NEW, not the existing 255 wide one.<br />You may need to explicitly truncate the string with a SUBSTR or something similar before your conversion. But you can do that all in one line in a Derived Column.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonmcrawford</title>
		<link>http://blog.summitcloud.com/2009/12/fix-ssis-script-component-error-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer/comment-page-1/#comment-212</link>
		<dc:creator>jonmcrawford</dc:creator>
		<pubDate>Wed, 09 Mar 2011 21:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=252#comment-212</guid>
		<description>Ha! well, good then, maybe you can help a noob. What are you using to reduce the output? If I have a unicode string (255) and try a data conversion, even if the expression = (DT_WSTR,15)myValue, the length remains at 255, and fails due to truncation.</description>
		<content:encoded><![CDATA[<p>Ha! well, good then, maybe you can help a noob. What are you using to reduce the output? If I have a unicode string (255) and try a data conversion, even if the expression = (DT_WSTR,15)myValue, the length remains at 255, and fails due to truncation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Leibowitz</title>
		<link>http://blog.summitcloud.com/2009/12/fix-ssis-script-component-error-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer/comment-page-1/#comment-211</link>
		<dc:creator>David Leibowitz</dc:creator>
		<pubDate>Wed, 09 Mar 2011 21:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=252#comment-211</guid>
		<description>Because I didn&#039;t think I needed to credit myself when I started blogging here. ;-)   (&lt;a href=&quot;http://jetlounge.net&quot; rel=&quot;nofollow&quot;&gt;jetlounge.net&lt;/a&gt; is the old platform...ported some relevant articles over...but there has been nothing really new there in a while.&lt;br&gt;&lt;br&gt;Good looking out though.</description>
		<content:encoded><![CDATA[<p>Because I didn&#39;t think I needed to credit myself when I started blogging here. <img src='http://blog.summitcloud.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />    (<a href="http://jetlounge.net" rel="nofollow">jetlounge.net</a> is the old platform&#8230;ported some relevant articles over&#8230;but there has been nothing really new there in a while.</p>
<p>Good looking out though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonmcrawford</title>
		<link>http://blog.summitcloud.com/2009/12/fix-ssis-script-component-error-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer/comment-page-1/#comment-210</link>
		<dc:creator>jonmcrawford</dc:creator>
		<pubDate>Wed, 09 Mar 2011 21:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.summitcloud.com/?p=252#comment-210</guid>
		<description>Why is there no attribution to the original author, David Leibowitz, (&lt;a href=&quot;http://jetlounge.net/members/david.aspx)&quot; rel=&quot;nofollow&quot;&gt;http://jetlounge.net/members/d...&lt;/a&gt; who published this in February of 2009 (&lt;a href=&quot;http://jetlounge.net/blogs/teched/archive/2009/02/03/fix-ssis-script-component-error-quot-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer-quot.aspx),&quot; rel=&quot;nofollow&quot;&gt;http://jetlounge.net/blogs/tec...&lt;/a&gt; months before this posting?</description>
		<content:encoded><![CDATA[<p>Why is there no attribution to the original author, David Leibowitz, (<a href="http://jetlounge.net/members/david.aspx)" rel="nofollow">http://jetlounge.net/members/d&#8230;</a> who published this in February of 2009 (<a href="http://jetlounge.net/blogs/teched/archive/2009/02/03/fix-ssis-script-component-error-quot-the-value-is-too-large-to-fit-in-the-column-data-area-of-the-buffer-quot.aspx)," rel="nofollow">http://jetlounge.net/blogs/tec&#8230;</a> months before this posting?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

