<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Becoming a SQL Master &#187; SSIS</title>
	<atom:link href="http://www.jasoncrider.com/blog/index.php/category/ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasoncrider.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 19 Aug 2010 21:42:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Duplicate ErrorCode Columns in SSIS</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/06/19/duplicate-errorcode-columns-in-ssis/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/06/19/duplicate-errorcode-columns-in-ssis/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:19:09 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://jasoncrider.com/blog/?p=69</guid>
		<description><![CDATA[If you are using SSIS to handle a column that has the name of ErrorCode you could run into an issue. You can find more information on the specifics @ Microsoft Connect. Your error may look similar to this: Validation error. Data Flow Task: DTS.Pipeline: The package contains two objects with the duplicate name of [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using SSIS to handle a column that has the name of ErrorCode you could run into an issue. You can find more information on the specifics <a title="Microsoft Connect" href="http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=252471">@ Microsoft Connect</a>.</p>
<p>Your error may look similar to this:<br />
Validation error. Data Flow Task: DTS.Pipeline: The package contains two objects with the duplicate name of &#8220;output column &#8220;ErrorCode&#8221; (180)&#8221; and &#8220;output column &#8220;ErrorCode&#8221; (13)&#8221;.</p>
<p>In my case, here&#8217;s how I fixed it:<br />
On the task(OLE DB Source) that gave me the error, I went into the advanced editor. Go to the &#8220;Input and Output Properties&#8221; tab and select the Error Output Columns. I simply changed the name of the second instance to ErrorCode2 and it worked for me. It may be better to actually rename your column in the table but that requires more work. I guess it&#8217;s possible that this could affect your error logging but for my case it did not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/06/19/duplicate-errorcode-columns-in-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute SQL Task too big</title>
		<link>http://www.jasoncrider.com/blog/index.php/2009/03/10/execute-sql-task-too-big/</link>
		<comments>http://www.jasoncrider.com/blog/index.php/2009/03/10/execute-sql-task-too-big/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 13:46:33 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://jasoncrider.com/blog/?p=54</guid>
		<description><![CDATA[I ran into an issue last night where copying selected text into the Execute SQL Task within SSIS would get truncated at a certain point. I really believe that I&#8217;ve successfully pasted larger text without an issue before, but I haven&#8217;t tested that theory as of yet. One fix is to save the file as [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into an issue last night where copying selected text into the Execute SQL Task within SSIS would get truncated at a certain point. I really believe that I&#8217;ve successfully pasted larger text without an issue before, but I haven&#8217;t tested that theory as of yet.</p>
<p>One fix is to save the file as .sql and browse to it from within the Execute SQL task. Once I tried this I noticed that my last few lines were finally there. If you know of other ways around this please feel free to share.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasoncrider.com/blog/index.php/2009/03/10/execute-sql-task-too-big/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
