<?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 on: Speeding up Reading from a SQL OLE DB or ADO.Net Data Source</title>
	<atom:link href="http://henkvandervalk.com/speeding-up-reading-from-a-sql-ole-db-or-ado-net-data-source/feed" rel="self" type="application/rss+xml" />
	<link>http://henkvandervalk.com/speeding-up-reading-from-a-sql-ole-db-or-ado-net-data-source</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>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>By: bali</title>
		<link>http://henkvandervalk.com/speeding-up-reading-from-a-sql-ole-db-or-ado-net-data-source/comment-page-1#comment-32535</link>
		<dc:creator>bali</dc:creator>
		<pubDate>Wed, 26 Oct 2011 10:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://henkvandervalk.com/?p=346#comment-32535</guid>
		<description>Hi,

Instead of embedding sql query in the ssis package and even avoiding view to select required columns, can we create some custom components that just retrieves only selected columns(at design time).</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Instead of embedding sql query in the ssis package and even avoiding view to select required columns, can we create some custom components that just retrieves only selected columns(at design time).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhay Desai</title>
		<link>http://henkvandervalk.com/speeding-up-reading-from-a-sql-ole-db-or-ado-net-data-source/comment-page-1#comment-4997</link>
		<dc:creator>Abhay Desai</dc:creator>
		<pubDate>Thu, 02 Dec 2010 06:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://henkvandervalk.com/?p=346#comment-4997</guid>
		<description>Very good article</description>
		<content:encoded><![CDATA[<p>Very good article</p>
]]></content:encoded>
	</item>
</channel>
</rss>

