<?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"
	>
<channel>
	<title>Comments for Ben Sullins Tech</title>
	<atom:link href="http://bensullins.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bensullins.com</link>
	<description>Business Intelligence Ramblings and Opinions</description>
	<pubDate>Fri, 05 Dec 2008 08:03:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Adding Row Numbers Excel Sources in SSIS by sagar</title>
		<link>http://bensullins.com/adding-a-row-number-to-an-excel-source-in-ssis/#comment-35</link>
		<dc:creator>sagar</dc:creator>
		<pubDate>Wed, 29 Oct 2008 03:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=8#comment-35</guid>
		<description>I will not be able to use temp tables.</description>
		<content:encoded><![CDATA[<p>I will not be able to use temp tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Row Numbers Excel Sources in SSIS by bsullins</title>
		<link>http://bensullins.com/adding-a-row-number-to-an-excel-source-in-ssis/#comment-34</link>
		<dc:creator>bsullins</dc:creator>
		<pubDate>Tue, 28 Oct 2008 16:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=8#comment-34</guid>
		<description>Hi Sagar,

You are correct, the row_number() function is not supported in SQL Server 2000. In this case I would suggest inserting the data into a temp table with an identity field. Hope this helps!

-Ben</description>
		<content:encoded><![CDATA[<p>Hi Sagar,</p>
<p>You are correct, the row_number() function is not supported in SQL Server 2000. In this case I would suggest inserting the data into a temp table with an identity field. Hope this helps!</p>
<p>-Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Row Numbers Excel Sources in SSIS by sagar</title>
		<link>http://bensullins.com/adding-a-row-number-to-an-excel-source-in-ssis/#comment-33</link>
		<dc:creator>sagar</dc:creator>
		<pubDate>Tue, 28 Oct 2008 08:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=8#comment-33</guid>
		<description>Can you tell me if there is any solution for same problem using SQL Server 2000? I think row_number() wont work in 2000.

Sagar</description>
		<content:encoded><![CDATA[<p>Can you tell me if there is any solution for same problem using SQL Server 2000? I think row_number() wont work in 2000.</p>
<p>Sagar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Analysis Services (SSAS) Connection Properties by Reddy</title>
		<link>http://bensullins.com/sql-server-analysis-services-ssas-connection-properties/#comment-30</link>
		<dc:creator>Reddy</dc:creator>
		<pubDate>Thu, 02 Oct 2008 15:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=11#comment-30</guid>
		<description>Thanks buddy...that worked me</description>
		<content:encoded><![CDATA[<p>Thanks buddy&#8230;that worked me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Analysis Services (SSAS) Connection Properties by bsullins</title>
		<link>http://bensullins.com/sql-server-analysis-services-ssas-connection-properties/#comment-20</link>
		<dc:creator>bsullins</dc:creator>
		<pubDate>Tue, 09 Sep 2008 18:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=11#comment-20</guid>
		<description>In SSIS I like the .Net provider for Execute SQL tasks because of the interface with the .Net data types and named parameters is much better, but in the data flows I generally use OLEDB because the .Net destination (SQL Server Destination) is only available when the SSIS code is on the same server as the destination database.</description>
		<content:encoded><![CDATA[<p>In SSIS I like the .Net provider for Execute SQL tasks because of the interface with the .Net data types and named parameters is much better, but in the data flows I generally use OLEDB because the .Net destination (SQL Server Destination) is only available when the SSIS code is on the same server as the destination database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Analysis Services (SSAS) Connection Properties by Daniel Upton</title>
		<link>http://bensullins.com/sql-server-analysis-services-ssas-connection-properties/#comment-19</link>
		<dc:creator>Daniel Upton</dc:creator>
		<pubDate>Tue, 09 Sep 2008 18:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=11#comment-19</guid>
		<description>Ben,
Thanks for the insights.  Question:  When you connect BI Dev Studio to SQL Server (eg. for cube dev), do you prefer to use...

* Native OLEDB\SQL Native Client (the default), or
* .Net Providers\SQLClient Data Providers...?

I've never had problems with the default, but I've been hearing that (at least for app-dev purposes), .Net may be superior.  To see one such discussion thread, click on... 
http://www.vbforums.com/showthread.php?t=537137.  

Your thoughts, Ben?</description>
		<content:encoded><![CDATA[<p>Ben,<br />
Thanks for the insights.  Question:  When you connect BI Dev Studio to SQL Server (eg. for cube dev), do you prefer to use&#8230;</p>
<p>* Native OLEDB\SQL Native Client (the default), or<br />
* .Net Providers\SQLClient Data Providers&#8230;?</p>
<p>I&#8217;ve never had problems with the default, but I&#8217;ve been hearing that (at least for app-dev purposes), .Net may be superior.  To see one such discussion thread, click on&#8230;<br />
<a href="http://www.vbforums.com/showthread.php?t=537137" rel="nofollow">http://www.vbforums.com/showthread.php?t=537137</a>.  </p>
<p>Your thoughts, Ben?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.671 seconds -->
