<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A-Code</title>
	<atom:link href="http://www.paulsiteur.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.paulsiteur.nl</link>
	<description>Paul Siteur, allround IT specialist, BI Software engineer, Consultant, Ontwikkelaar, Programmeur, Business Intelligence, SQL Server 2005, Cognos, C# .NET, Java, Delphi, Eindhoven, Nijmegen, Helmond, Brabant</description>
	<lastBuildDate>Thu, 15 Jan 2009 14:01:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server 2008 &#8211; trial version</title>
		<link>http://www.paulsiteur.nl/14</link>
		<comments>http://www.paulsiteur.nl/14#comments</comments>
		<pubDate>Thu, 03 Jul 2008 21:16:28 +0000</pubDate>
		<dc:creator>PSi</dc:creator>
				<category><![CDATA[SQL 2008 BI]]></category>

		<guid isPermaLink="false">http://www.paulsiteur.nl/cms/?p=14</guid>
		<description><![CDATA[There is a trial version available for SQL Server 2008, here
]]></description>
			<content:encoded><![CDATA[<p>There is a trial version available for SQL Server 2008, <a href="http://www.microsoft.com/sqlserver/2008/en/us/trial-software.aspx" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsiteur.nl/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSIS Combini-export</title>
		<link>http://www.paulsiteur.nl/ssis-combini-export</link>
		<comments>http://www.paulsiteur.nl/ssis-combini-export#comments</comments>
		<pubDate>Tue, 03 Jun 2008 10:33:49 +0000</pubDate>
		<dc:creator>PSi</dc:creator>
				<category><![CDATA[SQL 2005 BI]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.paulsiteur.nl/cms/?p=11</guid>
		<description><![CDATA[Here I will describe a little data cleaning case using Microsoft SQL Server Integrated Services 2005 for the solution.
Problem
Had to convert a Interbase Address database (called Combini) to an Apple Mac Address program. Problem was all the text fields in the original database had to be merged to one large text block for the Mac [...]]]></description>
			<content:encoded><![CDATA[<p>Here I will describe a little data cleaning case using Microsoft SQL Server Integrated Services 2005 for the solution.</p>
<p><em><strong>Problem</strong></em></p>
<p>Had to convert a Interbase Address database (called Combini) to an Apple Mac Address program. Problem was all the text fields in the original database had to be merged to one large text block for the Mac Address program.</p>
<p><em><strong>Solution</strong></em></p>
<p>SSIS from SQL Server 2005 to convert, merge and create a CSV file. This CSV could be read by a Mac conversion program to prepare it for the Mac Address program.</p>
<p>SQL Server Integrated Services Solution</p>
<p><span id="more-11"></span></p>
<div class="ngg-singlepic-wrapper"><a href="http://www.paulsiteur.nl/cms/wp-content/gallery/ssis-combini-export/ssis-combini-export-01-datareader.jpg" title="" rel="lightbox[singlepic15]" ><img class="ngg-singlepic" src="http://www.paulsiteur.nl/cms/wp-content/plugins/nextgen-gallery/nggshow.php?pid=15&amp;width=380&amp;height=&amp;mode=" alt="ssis-combini-export-01-datareader.jpg" title="ssis-combini-export-01-datareader.jpg" /></a></div>
<p>The datasource connected to the Interbase Server database table &#8220;Adressen&#8221;</p>
<div class="ngg-singlepic-wrapper"><a href="http://www.paulsiteur.nl/cms/wp-content/gallery/ssis-combini-export/ssis-combini-export-02-data-conversion.jpg" title="" rel="lightbox[singlepic14]" ><img class="ngg-singlepic" src="http://www.paulsiteur.nl/cms/wp-content/plugins/nextgen-gallery/nggshow.php?pid=14&amp;width=380&amp;height=&amp;mode=" alt="ssis-combini-export-02-data-conversion.jpg" title="ssis-combini-export-02-data-conversion.jpg" /></a></div>
<p>Conversion of the BLOB fields to Unicode Strings</p>
<div class="ngg-singlepic-wrapper"><a href="http://www.paulsiteur.nl/cms/wp-content/gallery/ssis-combini-export/ssis-combini-export-03-script-input-columns.jpg" title="" rel="lightbox[singlepic13]" ><img class="ngg-singlepic" src="http://www.paulsiteur.nl/cms/wp-content/plugins/nextgen-gallery/nggshow.php?pid=13&amp;width=380&amp;height=&amp;mode=" alt="ssis-combini-export-03-script-input-columns.jpg" title="ssis-combini-export-03-script-input-columns.jpg" /></a></div>
<p>A Script component will be used to do the merging job (combining all BLOB filed-data into one field).</p>
<div class="ngg-singlepic-wrapper"><a href="http://www.paulsiteur.nl/cms/wp-content/gallery/ssis-combini-export/ssis-combini-export-04-script-input-output-columns.jpg" title="" rel="lightbox[singlepic12]" ><img class="ngg-singlepic" src="http://www.paulsiteur.nl/cms/wp-content/plugins/nextgen-gallery/nggshow.php?pid=12&amp;width=380&amp;height=&amp;mode=" alt="ssis-combini-export-04-script-input-output-columns.jpg" title="ssis-combini-export-04-script-input-output-columns.jpg" /></a></div>
<p>Tree input field, one output</p>
<div class="ngg-singlepic-wrapper"><a href="http://www.paulsiteur.nl/cms/wp-content/gallery/ssis-combini-export/ssis-combini-export-05-script-sourcecode.jpg" title="" rel="lightbox[singlepic11]" ><img class="ngg-singlepic" src="http://www.paulsiteur.nl/cms/wp-content/plugins/nextgen-gallery/nggshow.php?pid=11&amp;width=380&amp;height=&amp;mode=" alt="ssis-combini-export-05-script-sourcecode.jpg" title="ssis-combini-export-05-script-sourcecode.jpg" /></a></div>
<p>The <a href="http://www.paulsiteur.nl/cms/?page_id=13" target="_blank">Sourcecode</a></p>
<div class="ngg-singlepic-wrapper"><a href="http://www.paulsiteur.nl/cms/wp-content/gallery/ssis-combini-export/ssis-combini-export-06-merge-join.jpg" title="" rel="lightbox[singlepic10]" ><img class="ngg-singlepic" src="http://www.paulsiteur.nl/cms/wp-content/plugins/nextgen-gallery/nggshow.php?pid=10&amp;width=380&amp;height=&amp;mode=" alt="ssis-combini-export-06-merge-join.jpg" title="ssis-combini-export-06-merge-join.jpg" /></a></div>
<p>Combine the newly created field &#8220;AlleAantekeningen&#8221; with the others.</p>
<div class="ngg-singlepic-wrapper"><a href="http://www.paulsiteur.nl/cms/wp-content/gallery/ssis-combini-export/ssis-combini-export-07-solution-running.jpg" title="" rel="lightbox[singlepic9]" ><img class="ngg-singlepic" src="http://www.paulsiteur.nl/cms/wp-content/plugins/nextgen-gallery/nggshow.php?pid=9&amp;width=380&amp;height=&amp;mode=" alt="ssis-combini-export-07-solution-running.jpg" title="ssis-combini-export-07-solution-running.jpg" /></a></div>
<p>The SSIS project running, processing 1716 records.</p>
<div class="ngg-singlepic-wrapper"><a href="http://www.paulsiteur.nl/cms/wp-content/gallery/ssis-combini-export/ssis-combini-export-08-csv-result.jpg" title="" rel="lightbox[singlepic8]" ><img class="ngg-singlepic" src="http://www.paulsiteur.nl/cms/wp-content/plugins/nextgen-gallery/nggshow.php?pid=8&amp;width=380&amp;height=&amp;mode=" alt="ssis-combini-export-08-csv-result.jpg" title="ssis-combini-export-08-csv-result.jpg" /></a></div>
<p>The resulting CSV file, to be used by the Mac Address book converter program&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsiteur.nl/ssis-combini-export/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welkom</title>
		<link>http://www.paulsiteur.nl/hello-world</link>
		<comments>http://www.paulsiteur.nl/hello-world#comments</comments>
		<pubDate>Fri, 02 May 2008 19:02:25 +0000</pubDate>
		<dc:creator>PSi</dc:creator>
				<category><![CDATA[Welkom]]></category>

		<guid isPermaLink="false">http://www.paulsiteur.nl/cms/?p=1</guid>
		<description><![CDATA[Beste bezoeker,
Welkom op mijn website gebaseerd op het WordPress Content Management System. Ben als software engineer actief op de arbeidsmarkt. Hier vind u informatie over mijn staat van dienst en beschikbaarheid.
Vriendelijke groet,
Paul Siteur
]]></description>
			<content:encoded><![CDATA[<p>Beste bezoeker,</p>
<p>Welkom op mijn website gebaseerd op het WordPress Content Management System. Ben als software engineer actief op de arbeidsmarkt. Hier vind u informatie over mijn staat van dienst en beschikbaarheid.</p>
<p>Vriendelijke groet,<br />
Paul Siteur</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsiteur.nl/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
