<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title><![CDATA[Database Journal News]]></title>
<link>http://www.databasejournal.com</link>
<description><![CDATA[Daily Database News and Information for the Database Professional]]></description>
<language>en-us</language>
<copyright>Copyright 1996-2006 Jupitermedia Corporation</copyright>
<managingEditor>rss@jupitermedia.com</managingEditor>
<webMaster>rss@jupitermedia.com</webMaster>
<docs>http://backend.userland.com/rss</docs>
    <item>
      <title>IBM DB2 10 for z/OS: Justifying the Upgrade</title>
      <pubdate>March 19, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/db2/article.php/3869096</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/db2/article.php/3869096</guid>
      <description>The beta of Version 10 of DB2 for z/OS is being made available to selected customers from March 12th 2010, and while there is no official word on General Availability dates yet I think it is safe to assume that if all goes well with the beta, DB2 10 will be fully released sometime during the next...</description>
    </item>
    <item>
      <title>Alert Log Scraping with Oracle's ADRCI Utility</title>
      <pubdate>March 18, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/oracle/article.php/3869076</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/oracle/article.php/3869076</guid>
      <description>Oracle's new ADR with command interface shows promise for database administrators who like to script their
own solution for quickly scraping the alert log and automatically looking for errors.
</description>
    </item>
    <item>
      <title>CLPPLUS: IBM DB2's New Command Line Processor</title>
      <pubdate>March 16, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/db2/article.php/3868406</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/db2/article.php/3868406</guid>
      <description>Rebecca Bond discusses a few of the options available in IBM DB2's new CLPPLUS command line processor that you can use to connect to databases and to define, edit, and run statements, scripts, and commands.</description>
    </item>
    <item>
      <title>MySql View Technique for Grouping Crosstab Column Data</title>
      <pubdate>March 12, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/mysql/article.php/3869081</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/mysql/article.php/3869081</guid>
      <description>Learn a technique to fetch column data  for MySQL crosstabs by emulating views.  By replacing tables with a subquery subset, the resulting view will contain a limited dataset that has been filtered for that column field.
</description>
    </item>
    <item>
      <title>Survey of MySQL Storage Engines</title>
      <pubdate>March 11, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/mysql/article.php/3867841</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/mysql/article.php/3867841</guid>
      <description>MySQL has an interesting architecture that sets it apart from some other enterprise database systems.  It allows you to plug in different modules to handle storage.  What that means to end users is that it is quite flexible, offering an interesting array of different storage engines with different features, strengths, and tradeoffs.</description>
    </item>
    <item>
      <title>Open Source NoSQL Databases Ramp Up</title>
      <pubdate>March 10, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/mssql/article.php/3869876</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/mssql/article.php/3869876</guid>
      <description>NoSQL databases offer an alternative to traditional relational databases, but they might not be the right fit for everyone.</description>
    </item>
    <item>
      <title>Eight Reasons Why Oracle's Acquisition of Sun isn't All Bad</title>
      <pubdate>March 10, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/oracle/article.php/3868946</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/oracle/article.php/3868946</guid>
      <description>Much has been said about why Oracle acquired Sun, how it will be the demise of the free world and produce a one-world database monopoly. While there is probably a little truth in the statement, we should keep in mind that much of what is happening can be beneficial for the end customer. 
</description>
    </item>
    <item>
      <title>Oracle Database to SQL Server Comparisons</title>
      <pubdate>March 9, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/oracle/article.php/3868666</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/oracle/article.php/3868666</guid>
      <description>One of the initial obstacles a database administrator encounters is learning where features of his/her system live or reside on a less familiar system. Steve Callan approaches this feature comparison by taking SQL Server and mapping its features back into Oracle. 
</description>
    </item>
    <item>
      <title>SQL Server - Introduction to Business Intelligence Development Studio</title>
      <pubdate>March 8, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/mssql/article.php/3867976</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/mssql/article.php/3867976</guid>
      <description>In his latest article, Marcin Policht demonstrates a variety of tools that can be employed to execute SQL Server Integration Services packages, focusing in particular on the method leveraging functionality available within the Business Intelligence Development Studio.</description>
    </item>
    <item>
      <title>SQL Server Indexed Views</title>
      <pubdate>March 5, 2010</pubdate>
      <link>http://redir.internet.com/rss/click/www.databasejournal.com/features/mssql/article.php/3867651</link>
      <guid>http://redir.internet.com/rss/click/www.databasejournal.com/features/mssql/article.php/3867651</guid>
      <description>Views can be an effective tool for speeding up your selects and simplifying complex queries. Learn what indexed views are, where you might want to use them, how to create them, and what constraints exist with their use.
</description>
    </item>
  </channel>
</rss>
