<?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; derived column</title>
	<atom:link href="http://www.daveturpin.com/tag/derived-column/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>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>
