<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Dot Net KB (Database) </title>
    <link>http://dot-net.shareknowledges.com/166/section-Home/Dot-Net-KB.aspx/category/4</link>
    <description>home</description>
    <language>en-US</language>
    <pubDate>Thu, 04 Dec 2008 23:59:48 GMT</pubDate>
    <lastBuildDate>Thu, 04 Dec 2008 23:59:48 GMT</lastBuildDate>
    <generator>Cuyahoga Website Framework</generator>
    <ttl>60</ttl>
    <item>
      <title>MICROSOFT SQL SERVER: Temporary tables in SQL Server vs. table variables</title>
      <link>http://dot-net.shareknowledges.com/166/section-Home/Dot-Net-KB.aspx/20</link>
      <description>When writing T-SQL code, you often need a table in which to store data temporarily when it comes time to execute that code. You have four table options: normal tables, local temporary tables, global temporary tables and table variables. I'll discuss the differences between using temporary tables in SQL Server versus table variables. Each of the four table options has its own purpose and use, and each has its benefits and issues:  
 
Normal tables...</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Mon, 12 May 2008 08:13:12 GMT</pubDate>
      <category>Database</category>
    </item>
    <item>
      <title>Performance tuning tips for database developers</title>
      <link>http://dot-net.shareknowledges.com/166/section-Home/Dot-Net-KB.aspx/16</link>
      <description> Below is my list of the top 15 things I believe developers should do as a matter of course to tune performance when coding. These are the low hanging fruit of SQL Server performance &amp;ndash; they are easy to do and often have a substantial impact. Doing these won&amp;rsquo;t guarantee lightening fast performance, but it won&amp;rsquo;t be slow either. 
 
     Create a primary key on each table you create and unless you are really knowledgeable enough to...</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Tue, 06 May 2008 02:23:22 GMT</pubDate>
      <category>Database</category>
    </item>
  </channel>
</rss>