<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Henk&#039;s  tech blog</title>
	<atom:link href="http://henkvandervalk.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://henkvandervalk.com</link>
	<description>a weblog about IT optimization</description>
	<lastBuildDate>Sun, 25 Dec 2011 19:21:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on SQL2008 R2 DCE on a 96 core Unisys ES7000 server with DSI Solid State storage: Bulk Inserting 1 Terabyte within 10 minutes by Nik - Shahriar Nikkhah</title>
		<link>http://henkvandervalk.com/sql2008-r2-dce-on-a-96-core-unisys-es7000-server-with-dsi-solid-state-storage-bulk-inserting-1-terabyte-within-10-minutes/comment-page-1#comment-39350</link>
		<dc:creator>Nik - Shahriar Nikkhah</dc:creator>
		<pubDate>Sun, 25 Dec 2011 19:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://henkvandervalk.com/?p=617#comment-39350</guid>
		<description>I vote this page the Best blog of 2011, Congrats from me, you had the best articals 2 year2 in a row, keep up the good work.
Wishing you the best, Happy new year and Merry Christmas

Sincerely
Nik (2011-12-25)</description>
		<content:encoded><![CDATA[<p>I vote this page the Best blog of 2011, Congrats from me, you had the best articals 2 year2 in a row, keep up the good work.<br />
Wishing you the best, Happy new year and Merry Christmas</p>
<p>Sincerely<br />
Nik (2011-12-25)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speeding up Reading from a SQL OLE DB or ADO.Net Data Source by Henk</title>
		<link>http://henkvandervalk.com/speeding-up-reading-from-a-sql-ole-db-or-ado-net-data-source/comment-page-1#comment-32628</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Thu, 27 Oct 2011 12:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://henkvandervalk.com/?p=346#comment-32628</guid>
		<description>Hi Bali, 

Thanks for thinking with me on this topic; what type of custom component are you thinking of ? 

To limit the output send out to SSIS you have to be as selective as possible on the SQLServer side ; 
For example, you could also build a View into your database  and query the view from SSIS ?  

Create view FASTREAD
as 
SELECT     l_Shipdate
FROM         dbo.lineitem_Has96Key

To my best understanding this is still the best and fastest way;   
(In SQL 2012 there will be a new index type ; the column store index  that significant increases  querying of a specific column too ! )

Brgds, Henk</description>
		<content:encoded><![CDATA[<p>Hi Bali, </p>
<p>Thanks for thinking with me on this topic; what type of custom component are you thinking of ? </p>
<p>To limit the output send out to SSIS you have to be as selective as possible on the SQLServer side ;<br />
For example, you could also build a View into your database  and query the view from SSIS ?  </p>
<p>Create view FASTREAD<br />
as<br />
SELECT     l_Shipdate<br />
FROM         dbo.lineitem_Has96Key</p>
<p>To my best understanding this is still the best and fastest way;<br />
(In SQL 2012 there will be a new index type ; the column store index  that significant increases  querying of a specific column too ! )</p>
<p>Brgds, Henk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading as fast as possible from a table with SSIS (Part II) by bender</title>
		<link>http://henkvandervalk.com/reading-as-fast-as-possible-from-a-table-with-ssis-part-ii/comment-page-1#comment-32570</link>
		<dc:creator>bender</dc:creator>
		<pubDate>Wed, 26 Oct 2011 19:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://henkvandervalk.com/?p=495#comment-32570</guid>
		<description>pingback:  http://sqlserverstuff.wordpress.com/2011/10/26/moving-large-amounts-of-data/</description>
		<content:encoded><![CDATA[<p>pingback:  <a href="http://sqlserverstuff.wordpress.com/2011/10/26/moving-large-amounts-of-data/" rel="nofollow">http://sqlserverstuff.wordpress.com/2011/10/26/moving-large-amounts-of-data/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

