<?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>Dave Turpin, SQL Server Developer &#187; SSIS</title>
	<atom:link href="http://www.daveturpin.com/category/ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveturpin.com</link>
	<description>Practical SQL Server Tips</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:55:48 +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>Download a file from the web using SSIS</title>
		<link>http://www.daveturpin.com/2009/10/download-a-file-from-the-web-using-ssis/</link>
		<comments>http://www.daveturpin.com/2009/10/download-a-file-from-the-web-using-ssis/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 00:42:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[SSIS]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[NCOA]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2009/10/download-a-file-from-the-web-using-ssis/</guid>
		<description><![CDATA[There are some tasks, no matter how seemingly simple, I just would not want to have to do again.  Today’s post is about one of them… At work we use a data cleansing tool that purchased from the USPS (Post Office) called NCOA (National Change of Address).  All of the big list brokers use the [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2009/10/download-a-file-from-the-web-using-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write Row Count to Flat File Using SSIS: Part III</title>
		<link>http://www.daveturpin.com/2009/10/write-row-count-to-flat-file-using-ssis-part-iii/</link>
		<comments>http://www.daveturpin.com/2009/10/write-row-count-to-flat-file-using-ssis-part-iii/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 15:51:06 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[SSIS]]></category>
		<category><![CDATA[AGGREGATE transformation]]></category>
		<category><![CDATA[FLAT FILE DESTINATION]]></category>
		<category><![CDATA[TABLESAMPLE]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/?p=96</guid>
		<description><![CDATA[This is the third and final part to this thread on how to capture the number of rows being processed in SSIS to a flat file. In Part I we learned how not to do it and why it didn’t work. In Part II we showed how to use the ROW COUNT transformation to populate [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2009/10/write-row-count-to-flat-file-using-ssis-part-iii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Write Row Count To Flat File Using SSIS: Part II</title>
		<link>http://www.daveturpin.com/2009/10/write-row-count-to-flat-file-using-ssis-part-ii/</link>
		<comments>http://www.daveturpin.com/2009/10/write-row-count-to-flat-file-using-ssis-part-ii/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 00:11:07 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[SSIS]]></category>
		<category><![CDATA[derived column]]></category>
		<category><![CDATA[row count]]></category>
		<category><![CDATA[TABLESAMPLE]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/?p=86</guid>
		<description><![CDATA[In yesterday’s post we pulled a Thomas Edison and showed one of 10,000 ways how not to write the number of records being processed using the ROW COUNT transformation. We thought the process was straight forward, but it didn’t work.  Our approach was: 1.  Create a query that processed some records. 2.  Send the result [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2009/10/write-row-count-to-flat-file-using-ssis-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Writing Row Count to Flat File in SSIS: Part I</title>
		<link>http://www.daveturpin.com/2009/10/writing-query-row-count-to-flat-file-in-ssis-part-i/</link>
		<comments>http://www.daveturpin.com/2009/10/writing-query-row-count-to-flat-file-in-ssis-part-i/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 01:56:15 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[SSIS]]></category>
		<category><![CDATA[derived column]]></category>
		<category><![CDATA[row count]]></category>
		<category><![CDATA[TABLESAMPLE]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/?p=73</guid>
		<description><![CDATA[Yesterday I had a simple enough task at hand.  An existing EXTRACT that loads a result set to a DATA file needed to have a corresponding COUNT flat file that contained the number of rows in the extract’s data file.  Not being the most savvy at SSIS I did what anyone else would do get [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2009/10/writing-query-row-count-to-flat-file-in-ssis-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
