<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Import Wikipedia articles into SQL Server with SSIS</title>
	<atom:link href="http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/</link>
	<description>Technology Musings</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:54:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dapinder</title>
		<link>http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/comment-page-1/#comment-373</link>
		<dc:creator>Dapinder</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=265#comment-373</guid>
		<description>Hi,

Thanks for the article . This is informative. What I am looking for right now is an article which can help me to handle a xml schema using user defined data types (i.e a type defined using xs:simpletype) . SSIS does not picks up data defined using user defined type. I tried a lot and it seems everytime I miss something inthe implementation. Also it may be a case that SSIS does not support user defined types. can you help me in doing it ? Any suggestion would be of great help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the article . This is informative. What I am looking for right now is an article which can help me to handle a xml schema using user defined data types (i.e a type defined using xs:simpletype) . SSIS does not picks up data defined using user defined type. I tried a lot and it seems everytime I miss something inthe implementation. Also it may be a case that SSIS does not support user defined types. can you help me in doing it ? Any suggestion would be of great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny</title>
		<link>http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/comment-page-1/#comment-293</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=265#comment-293</guid>
		<description>Thanks a lot for this tutorial. I&#039;m even more curious to add some other advanced interconnectivity into the SQL server but don&#039;t know how. For example, I&#039;d like to have all the categories information of each article be preserved in my local database. Another point is that I&#039;d hope to import two languages of wikipedia into the local database, and be able to have interconnection for the articles talking about the same thing(just like the column &quot;languages&quot; on the left side of an wikipedia article). Would you please give some advice on the two points? Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this tutorial. I&#8217;m even more curious to add some other advanced interconnectivity into the SQL server but don&#8217;t know how. For example, I&#8217;d like to have all the categories information of each article be preserved in my local database. Another point is that I&#8217;d hope to import two languages of wikipedia into the local database, and be able to have interconnection for the articles talking about the same thing(just like the column &#8220;languages&#8221; on the left side of an wikipedia article). Would you please give some advice on the two points? Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taylor Gerring</title>
		<link>http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/comment-page-1/#comment-201</link>
		<dc:creator>Taylor Gerring</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=265#comment-201</guid>
		<description>@Balaji L

All links are working for me</description>
		<content:encoded><![CDATA[<p>@Balaji L</p>
<p>All links are working for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji L</title>
		<link>http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/comment-page-1/#comment-200</link>
		<dc:creator>Balaji L</dc:creator>
		<pubDate>Fri, 05 Jun 2009 09:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=265#comment-200</guid>
		<description>Hi, Not able to download the xml file (enwiki-latest-pages-articles.xml.bz2). Seems to be URL is not working. can you pls post it again.</description>
		<content:encoded><![CDATA[<p>Hi, Not able to download the xml file (enwiki-latest-pages-articles.xml.bz2). Seems to be URL is not working. can you pls post it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/comment-page-1/#comment-192</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Mon, 18 May 2009 17:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=265#comment-192</guid>
		<description>Yes, I tried and it worked like a charm. I even recreated the whole Wikipedia example from scratch to see if I was missing something, but it also worked.

I&#039;ve read in a few forums the problem might be in the XSD file, but I still haven&#039;t found the culprit. I also tried letting SSIS generate an XSD from (a small sample) of my XML file, but that didn&#039;t work either. I&#039;ll play around with the XSD a bit more to see if I can make it work.</description>
		<content:encoded><![CDATA[<p>Yes, I tried and it worked like a charm. I even recreated the whole Wikipedia example from scratch to see if I was missing something, but it also worked.</p>
<p>I&#8217;ve read in a few forums the problem might be in the XSD file, but I still haven&#8217;t found the culprit. I also tried letting SSIS generate an XSD from (a small sample) of my XML file, but that didn&#8217;t work either. I&#8217;ll play around with the XSD a bit more to see if I can make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taylor Gerring</title>
		<link>http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/comment-page-1/#comment-191</link>
		<dc:creator>Taylor Gerring</dc:creator>
		<pubDate>Mon, 18 May 2009 15:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=265#comment-191</guid>
		<description>@Sergio

Did you ever try the Wikipedia XML file itself? I&#039;m curious if you still get the OutOfMemory exception.</description>
		<content:encoded><![CDATA[<p>@Sergio</p>
<p>Did you ever try the Wikipedia XML file itself? I&#8217;m curious if you still get the OutOfMemory exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://www.ideaexcursion.com/2009/01/26/import-wikipedia-articles-into-sql-server-with-ssis/comment-page-1/#comment-188</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Sat, 16 May 2009 01:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=265#comment-188</guid>
		<description>Hi,

While I download the 4.x GB wikipedia file, I&#039;m trying to reproduce this simple extract and load scenario with one of my own files (approx. 450 MB). However, I&#039;m not getting the &quot;streamlined&quot; behavior from your image (all yellow blocks). SSIS starts by only processing the XML Source and after a while it crashes with an OutOfMemory exception, it never starts processing the destination.

I can&#039;t seem to find any options for this in the XML source properties or editors. I&#039;m not doing any transformations.

Any particular options I should look for?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>While I download the 4.x GB wikipedia file, I&#8217;m trying to reproduce this simple extract and load scenario with one of my own files (approx. 450 MB). However, I&#8217;m not getting the &#8220;streamlined&#8221; behavior from your image (all yellow blocks). SSIS starts by only processing the XML Source and after a while it crashes with an OutOfMemory exception, it never starts processing the destination.</p>
<p>I can&#8217;t seem to find any options for this in the XML source properties or editors. I&#8217;m not doing any transformations.</p>
<p>Any particular options I should look for?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
