<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQLAuthority News &#8211; Tip of the Minute</title>
	<atom:link href="http://blog.sqlauthority.com/2008/08/16/sqlauthority-news-tip-of-the-minute/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/08/16/sqlauthority-news-tip-of-the-minute/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:55:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQLAuthority News - 700 Articles and Author Updates Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/08/16/sqlauthority-news-tip-of-the-minute/#comment-47455</link>
		<dc:creator><![CDATA[SQLAuthority News - 700 Articles and Author Updates Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 11:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=834#comment-47455</guid>
		<description><![CDATA[[...] 6) Remodeled personal home page which is properly integrated with SQLAuthority.com. Homepage contains updated resume and popular feature of Tip of The Minute. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 6) Remodeled personal home page which is properly integrated with SQLAuthority.com. Homepage contains updated resume and popular feature of Tip of The Minute. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rama Krishna.K.S.</title>
		<link>http://blog.sqlauthority.com/2008/08/16/sqlauthority-news-tip-of-the-minute/#comment-42683</link>
		<dc:creator><![CDATA[Rama Krishna.K.S.]]></dc:creator>
		<pubDate>Thu, 11 Sep 2008 09:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=834#comment-42683</guid>
		<description><![CDATA[temp tables are used to store and process the data temporarely.
The temp tables resides in the temp database and dropped whenever the server is restarted or removed intentionally.These tables are two types local and golbal, local temp tables exits only till the perticular session in which it is created,closed.(can be seen by the user who is created it start with @)

Global temp tables exists till the last connection which is using this closed (prefexed with @@)(availbe to all the users)

The temp tables reduce the burden on the server.
eg. of using temp table is,when we want to remove the duplictes in exiting table which is having huge data fist place the existing data in the temp table ,remove duplicates from temp,truncate the original table,then load the distinct data from temp to original table]]></description>
		<content:encoded><![CDATA[<p>temp tables are used to store and process the data temporarely.<br />
The temp tables resides in the temp database and dropped whenever the server is restarted or removed intentionally.These tables are two types local and golbal, local temp tables exits only till the perticular session in which it is created,closed.(can be seen by the user who is created it start with @)</p>
<p>Global temp tables exists till the last connection which is using this closed (prefexed with @@)(availbe to all the users)</p>
<p>The temp tables reduce the burden on the server.<br />
eg. of using temp table is,when we want to remove the duplictes in exiting table which is having huge data fist place the existing data in the temp table ,remove duplicates from temp,truncate the original table,then load the distinct data from temp to original table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satya</title>
		<link>http://blog.sqlauthority.com/2008/08/16/sqlauthority-news-tip-of-the-minute/#comment-42154</link>
		<dc:creator><![CDATA[satya]]></dc:creator>
		<pubDate>Fri, 29 Aug 2008 08:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=834#comment-42154</guid>
		<description><![CDATA[hi sir
its very good for every one 
could you explain about  temporary tables 
and when do we need them]]></description>
		<content:encoded><![CDATA[<p>hi sir<br />
its very good for every one<br />
could you explain about  temporary tables<br />
and when do we need them</p>
]]></content:encoded>
	</item>
</channel>
</rss>

