<?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>ITTreats.com &#187; Databases</title>
	<atom:link href="http://www.ittreats.com/category/db/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ittreats.com</link>
	<description>Find Programminng Articles on Microsoft Technologies ASP.NET,C#.NET, SUN Technologies JAVA/J2EE, Popular open source PHP</description>
	<lastBuildDate>Sat, 21 Aug 2010 06:00:11 +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>What is CASSANDRA?</title>
		<link>http://www.ittreats.com/uncategorized/what-is-cassandra.html</link>
		<comments>http://www.ittreats.com/uncategorized/what-is-cassandra.html#comments</comments>
		<pubDate>Wed, 18 Aug 2010 12:23:40 +0000</pubDate>
		<dc:creator>bhaskar</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[JAVA /J2EE]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[SUN Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=327</guid>
		<description><![CDATA[Cassandra is a hybrid non-relational database in the same class as Google&#8217;s BigTable. With Cassandra, like a document store, you don&#8217;t have to decide what fields you need in your records ahead of time. You can add and remove arbitrary fields on the fly. features There are a number of reasons to choose Cassandra for [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/uncategorized/what-is-cassandra.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculate Page Execution time in PHP</title>
		<link>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html</link>
		<comments>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:59:52 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SAP - Technical]]></category>
		<category><![CDATA[page execution time]]></category>
		<category><![CDATA[php elapsed time]]></category>
		<category><![CDATA[php page]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=173</guid>
		<description><![CDATA[For those people who want to give users that in how many seconds actually your web page loaded completely. This script will be useful for you. There are so many ways to do this ( As usual ) but the classic approach would be Step 1 : make a note of  the time when your [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieving Column Names of Table in MySQL, SQL Server</title>
		<link>http://www.ittreats.com/db/mysql/retrieving-column-names-of-table-in-mysql-sql-server.html</link>
		<comments>http://www.ittreats.com/db/mysql/retrieving-column-names-of-table-in-mysql-sql-server.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 20:02:52 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[column names in mysql]]></category>
		<category><![CDATA[retreiving table information in mysql]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=25</guid>
		<description><![CDATA[When you do select query that will give you only records available, in some conditions we may require Column names of table for dynamic query generating programs for that purpose here is the query for retrieving Column Names In MySQL : SHOW COLUMNS FROM &#60;table name&#62; In SQLServer Select column_name from information_schema.columns where table_name =&#60;tablename&#62; [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/db/mysql/retrieving-column-names-of-table-in-mysql-sql-server.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
