<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Does buffer.NextRow() skips the first row in a buffer?</title><link>http://blogs.msdn.com/michen/archive/2008/10/19/does-buffer-nextrow-skips-the-first-row-in-a-buffer.aspx</link><description>I got a follow up question to my old post regarding enumerating rows in SSIS buffer , that suggested using following code to process rows in custom SSIS transform: while (buffer.NextRow()) { &amp;#160; // do something with the row } Here is the question:</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Michael Entin's notebook : Custom transforms: determining end of rowset</title><link>http://blogs.msdn.com/michen/archive/2008/10/19/does-buffer-nextrow-skips-the-first-row-in-a-buffer.aspx#9010021</link><pubDate>Tue, 21 Oct 2008 19:54:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9010021</guid><dc:creator>Michael Entin's notebook : Custom transforms: determining end of rowset</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/michen/archive/2007/08/31/Buffer.EndOfRowset.aspx"&gt;http://blogs.msdn.com/michen/archive/2007/08/31/Buffer.EndOfRowset.aspx&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>