<?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>Diane McNurlan - My life with SQL Server &#187; SSIS</title>
	<atom:link href="http://www.dianemcnurlan.com/category/ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dianemcnurlan.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 14:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Another SSIS Gotcha!</title>
		<link>http://www.dianemcnurlan.com/2008/10/another-ssis-gotcha/</link>
		<comments>http://www.dianemcnurlan.com/2008/10/another-ssis-gotcha/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 02:58:21 +0000</pubDate>
		<dc:creator>Diane McNurlan</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.dianemcnurlan.com/2008/10/another-ssis-gotcha</guid>
		<description><![CDATA[Here is another difference between DTS &#38; SSIS that will trip you up if you are not expecting it.&#160; The issue deals with loading flat files with varying numbers of columns.&#160; For example the 1st row has 5 columns, then the 2d row has 3 columns, and then the 3d row has 4 columns.&#160; DTS [...]]]></description>
			<content:encoded><![CDATA[<p>Here is another difference between DTS &amp; SSIS that will trip you up if you are not expecting it.&#160; The issue deals with loading flat files with varying numbers of columns.&#160; For example the 1st row has 5 columns, then the 2d row has 3 columns, and then the 3d row has 4 columns.&#160; DTS handled this by always looking for the row delimiter first, whereas SSIS expects to always have the same number of column delimiters in each row.&#160; Here are some great posts that can explain this better than I can:</p>
<p><a title="http://blogs.conchango.com/jamiethomson/archive/2006/07/14/SSIS-Nugget_3A00_-Extracting-data-from-unstructured-files.aspx" href="http://blogs.conchango.com/jamiethomson/archive/2006/07/14/SSIS-Nugget_3A00_-Extracting-data-from-unstructured-files.aspx">http://blogs.conchango.com/jamiethomson/archive/2006/07/14/SSIS-Nugget_3A00_-Extracting-data-from-unstructured-files.aspx</a></p>
<p><a title="http://blogs.conchango.com/jamiethomson/archive/2007/05/15/SSIS_3A00_--Flat-File-Connection-Manager-issues.aspx" href="http://blogs.conchango.com/jamiethomson/archive/2007/05/15/SSIS_3A00_--Flat-File-Connection-Manager-issues.aspx">http://blogs.conchango.com/jamiethomson/archive/2007/05/15/SSIS_3A00_&#8211;Flat-File-Connection-Manager-issues.aspx</a></p>
<p><a title="http://agilebi.com/cs/blogs/jwelch/archive/2007/05/08/handling-flat-files-with-varying-numbers-of-columns.aspx" href="http://agilebi.com/cs/blogs/jwelch/archive/2007/05/08/handling-flat-files-with-varying-numbers-of-columns.aspx">http://agilebi.com/cs/blogs/jwelch/archive/2007/05/08/handling-flat-files-with-varying-numbers-of-columns.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dianemcnurlan.com/2008/10/another-ssis-gotcha/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DTS to SSIS &#8211; Don&#8217;t underestimate the paradigm shift needed</title>
		<link>http://www.dianemcnurlan.com/2007/07/dts-to-ssis-%e2%80%93-don%e2%80%99t-underestimate-the-paradigm-shift-needed/</link>
		<comments>http://www.dianemcnurlan.com/2007/07/dts-to-ssis-%e2%80%93-don%e2%80%99t-underestimate-the-paradigm-shift-needed/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 04:33:00 +0000</pubDate>
		<dc:creator>Diane McNurlan</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.dianemcnurlan.com/2006/12/dts-to-ssis-%e2%80%93-don%e2%80%99t-underestimate-the-paradigm-shift-needed</guid>
		<description><![CDATA[For some 3 years I worked in a shop that primarily did ETL work with DTS. I became quite familiar with all of the little quirks and idiosyncrasies of DTS, and I learned exactly how to get stuff done in DTS. DTS is like an old friend to me! But now I’ve started to work [...]]]></description>
			<content:encoded><![CDATA[<p>For some 3 years I worked in a shop that primarily did ETL work with DTS. I became quite familiar with all of the little quirks and idiosyncrasies of DTS, and I learned exactly how to get stuff done in DTS. DTS is like an old friend to me! But now I’ve started to work with SSIS &#8211; SQL Server Integration Services, the replacement for DTS that’s included with SQL Server 2005. The change to SSIS has been a challenge for me, particularly the separation of control flow from data flow. SSIS is vastly different from DTS, so if you have a need to start working with SSIS, do yourself a favor and budget some time to get up to speed. Believe me, you will need it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dianemcnurlan.com/2007/07/dts-to-ssis-%e2%80%93-don%e2%80%99t-underestimate-the-paradigm-shift-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
