<?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>johnpkennedy.com &#187; publications</title>
	<atom:link href="http://johnpkennedy.com/category/publications/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnpkennedy.com</link>
	<description>The blog of John P. Kennedy</description>
	<lastBuildDate>Mon, 06 Sep 2010 20:54:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Free IBM InfoSphere Warehouse 9.7 Redbook</title>
		<link>http://johnpkennedy.com/2010/06/26/new-ibm-redbook/</link>
		<comments>http://johnpkennedy.com/2010/06/26/new-ibm-redbook/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 22:32:04 +0000</pubDate>
		<dc:creator>JpK</dc:creator>
				<category><![CDATA[db2]]></category>
		<category><![CDATA[infosphere warehouse]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://johnpkennedy.com/?p=267</guid>
		<description><![CDATA[Just released: InfoSphere Warehouse: A Robust Infrastructure for Business Intelligence Here&#8217;s the abstract: In this IBM® Redbooks® publication we describe and demonstrate Version 9.7 of IBM InfoSphere™ Warehouse. InfoSphere Warehouse is a comprehensive platform with all the functionality required for developing robust infrastructure for business intelligence solutions. It enables companies to access and analyze operational [...]]]></description>
			<content:encoded><![CDATA[<p>Just released: <a href="http://www.redbooks.ibm.com/abstracts/sg247813.html">InfoSphere Warehouse: A Robust Infrastructure for Business Intelligence</a></p>
<p>Here&#8217;s the abstract:</p>
<blockquote><p>In this IBM® Redbooks® publication we describe and demonstrate Version 9.7 of IBM InfoSphere™ Warehouse. InfoSphere Warehouse is a comprehensive platform with all the functionality required for developing robust infrastructure for business intelligence solutions. It enables companies to access and analyze operational and historical information, whether structured or unstructured, to gain business insight for improved decision making. InfoSphere Warehouse solutions simplify the processes of developing and maintaining a data warehousing infrastructure and can significantly enhance the time to value for business analytics.</p>
<p>The InfoSphere Warehouse platform provides a fully integrated environment built around IBM DB2® 9.7 server technology on Linux®, UNIX® and Microsoft® Windows® platforms, as well as System z®. Common user interfaces support application development, data modeling and mapping, SQL transformation, online application processing (OLAP) and data mining functionality from virtually all types of information.</p>
<p>Composed of a component-based architecture, it extends the DB2 data warehouse with design-side tooling and runtime infrastructure for OLAP, data mining, inLine analytics and intra-warehouse data movement and transformation, on a common platform.</p></blockquote>
<p>Thanks to the authors: Chuck Ballard, Nicole Harris, Andrew Lawrence, Meridee Lowry, Andy Perkins, and Sundari Voruganti.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://johnpkennedy.com/2010/06/26/new-ibm-redbook/&via=johnpkennedy&text=Free IBM InfoSphere Warehouse 9.7 Redbook&related=:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://johnpkennedy.com/2010/06/26/new-ibm-redbook/&via=johnpkennedy&text=Free IBM InfoSphere Warehouse 9.7 Redbook&related=:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://johnpkennedy.com/2010/06/26/new-ibm-redbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing DB2&#8242;s Administrative Task Scheduler</title>
		<link>http://johnpkennedy.com/2008/11/30/the-sql-based-administrative-task-scheduler-in-db2-95-for-linux-unix-and-windows/</link>
		<comments>http://johnpkennedy.com/2008/11/30/the-sql-based-administrative-task-scheduler-in-db2-95-for-linux-unix-and-windows/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 23:50:31 +0000</pubDate>
		<dc:creator>JpK</dc:creator>
				<category><![CDATA[db2]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[db2 luw]]></category>

		<guid isPermaLink="false">http://johnpkennedy.com/2008/11/30/the-sql-based-administrative-task-scheduler-in-db2-95-for-linux-unix-and-windows/</guid>
		<description><![CDATA[In September, Kevin See and I published a how-to article on IBM’s popular developerWorks community website.  The article describes the new SQL-based Administrative Task Scheduler that was introduced in DB2 9.5 for Linux, UNIX, and Windows. If you’re looking for an alternative to the Task Center, the Administrative Task Scheduler provides an easy way to [...]]]></description>
			<content:encoded><![CDATA[<p>In September, Kevin See and I published a how-to article on IBM’s popular <a href="http://www.ibm.com/developerworks/" target="_blank">developerWorks</a> community website.  The article describes the new SQL-based Administrative Task Scheduler that was introduced in DB2 9.5 for Linux, UNIX, and Windows.</p>
<p><span id="more-95"></span>If you’re looking for an alternative to the Task Center, the Administrative Task Scheduler provides an easy way to automate database administration tasks.  Best of all, it uses a programmable SQL interface that enables you to build your own scripts and applications.</p>
<p>The article is titled “<a href="http://www.ibm.com/developerworks/db2/library/techarticle/dm-0809see/index.html" target="_blank">Use the SQL-based Administrative Task Scheduler in DB2 9.5 for Linux, UNIX, and Windows</a>”.</p>
<p>More detailed information about the Administrative Task Scheduler is always available in the <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.gui.doc/doc/c0054380.html" target="_blank">DB2 9.5 Information Center</a>.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://johnpkennedy.com/2008/11/30/the-sql-based-administrative-task-scheduler-in-db2-95-for-linux-unix-and-windows/&via=johnpkennedy&text=Introducing DB2's Administrative Task Scheduler&related=:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://johnpkennedy.com/2008/11/30/the-sql-based-administrative-task-scheduler-in-db2-95-for-linux-unix-and-windows/&via=johnpkennedy&text=Introducing DB2's Administrative Task Scheduler&related=:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://johnpkennedy.com/2008/11/30/the-sql-based-administrative-task-scheduler-in-db2-95-for-linux-unix-and-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paper accepted at VLDB 2007</title>
		<link>http://johnpkennedy.com/2007/09/03/paper-accepted-at-vldb-2007/</link>
		<comments>http://johnpkennedy.com/2007/09/03/paper-accepted-at-vldb-2007/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 02:44:49 +0000</pubDate>
		<dc:creator>JpK</dc:creator>
				<category><![CDATA[db2]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[software engineering]]></category>

		<guid isPermaLink="false">http://johnpkennedy.com/2007/09/03/paper-accepted-at-vldb-2007/</guid>
		<description><![CDATA[A paper I co-authored was accepted into the 33rd International Conference on Very Large Data Bases (VLDB 2007).  The conference will be held at the University of Vienna, Austria The paper is titled &#8220;Efficient Bulk Deletes for Multi Dimensionally Clustered Tables in DB2&#8220;. The authors are Bishwaranjan Bhattacharjee, Timothy Malkemus, Sherman Lau, Sean Mckeough, Jo-Anne Kirton, Robin [...]]]></description>
			<content:encoded><![CDATA[<p>A paper I co-authored was accepted into the 33rd International Conference on Very Large Data Bases (<a href="http://www.vldb2007.org/">VLDB 2007</a>).  The conference will be held at the University of Vienna, Austria</p>
<p>The paper is titled &#8220;<em>Efficient Bulk Deletes for Multi Dimensionally Clustered Tables in DB2</em>&#8220;.</p>
<p><span id="more-45"></span>The authors are <a href="http://domino.research.ibm.com/comm/research_people.nsf/pages/bhatta.index.html">Bishwaranjan Bhattacharjee</a>, Timothy Malkemus, Sherman Lau, Sean Mckeough, Jo-Anne Kirton, Robin Von Boeschoten, and moi. </p>
<p>Unfortunately it doesn&#8217;t appear VLDB has published the abstracts for any of the accepted papers.  If you&#8217;re interested in receiving a copy, you can reach me via the <a href="http://johnpkennedy.com/contact/">contact page</a>.</p>
<p>Special thanks to Bhatta for taking the time to format and submit the paper.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://johnpkennedy.com/2007/09/03/paper-accepted-at-vldb-2007/&via=johnpkennedy&text=Paper accepted at VLDB 2007&related=:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://johnpkennedy.com/2007/09/03/paper-accepted-at-vldb-2007/&via=johnpkennedy&text=Paper accepted at VLDB 2007&related=:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://johnpkennedy.com/2007/09/03/paper-accepted-at-vldb-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
