<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0">
  <channel>
    <title>Latest SQL-Server-Performance.com Tips</title>
    <link>http://www.sql-server-performance.com/tips/all_main.aspx</link>
    <description>SQL Server Tips</description>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SQLServerTips" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sqlservertips" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>Azure Tutorial – Building a Hello Azure App in Visual Studio</title>
      <description>This article demonstrates how to build a simple Azure application using Visual Studio</description>
      <link>http://www.azuresupport.com/2010/01/azure-tutorial-building-a-hello-azure-app-in-visual-studio/</link>
    </item>
    <item>
      <title>Using Performance Monitor</title>
      <description>&lt;P&gt;As you probably already know, SQL Server is very good at tuning itself. It has the ability to monitor itself, and through a feedback loop, it knows how to internally adjust and tune itself so that  ... &lt;a href='http://www.sql-server-performance.com/tips/performance_monitor_general_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/performance_monitor_general_p1.aspx</link>
    </item>
    <item>
      <title>General SQL Server Performance Tuning Tips</title>
      <description>&lt;P&gt;When your transaction log grows large and you want a quick way to shrink it, try this option. Change the database recovery mode of the database you want to shrink from “full” to "simple," then truncate  ... &lt;a href='http://www.sql-server-performance.com/tips/gen_tips_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/gen_tips_p1.aspx</link>
    </item>
    <item>
      <title>General Tips on Optimizing SQL Server Indexes</title>
      <description>&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;All the tips provided on this website about indexing are general guidelines&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;. As with any general guideline, there are exceptions. Because of this, it is a good  ... &lt;a href='http://www.sql-server-performance.com/tips/optimizing_indexes_general_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/optimizing_indexes_general_p1.aspx</link>
    </item>
    <item>
      <title>Tips on Optimizing SQL Server Clustered Indexes</title>
      <description>&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;As a rule of thumb, every table should have a clustered index&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;. Generally, but not always, the clustered index should be on a column that monotonically increases--such  ... &lt;a href='http://www.sql-server-performance.com/tips/clustered_indexes_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/clustered_indexes_p1.aspx</link>
    </item>
    <item>
      <title>Hints with Indexed Views  </title>
      <description>&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Hints can be used with indexed views&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt; if you find that the Query Optimizer has not chosen the ideal index for best performance. Normally, if the following  ... &lt;a href='http://www.sql-server-performance.com/tips/hints_view_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/hints_view_p1.aspx</link>
    </item>
    <item>
      <title>SQL Server Triggers</title>
      <description>&lt;P&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;FONT size=2&gt;If you need to implement &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;cascading referential integrity&lt;/SPAN&gt;&lt;/STRONG&gt; (such as cascading deletes) in your SQL databases, use the cascading referential integrity constraint instead of triggers to perform the cascading  ... &lt;a href='http://www.sql-server-performance.com/tips/trigger_tuning_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/trigger_tuning_p1.aspx</link>
    </item>
    <item>
      <title>User-Defined Functions</title>
      <description>&lt;P&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;While user defined functions can offer great convenience, they can also sometimes hurt performance&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;. This problem with them is that they use row-by-row processing, similar to how  ... &lt;a href='http://www.sql-server-performance.com/tips/user_defined_functions_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/user_defined_functions_p1.aspx</link>
    </item>
    <item>
      <title>SQL Server 2000/2005 Indexed View Performance Tuning and Optimization Tips</title>
      <description>&lt;P&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;FONT size=2&gt;If your application needs to access views often, consider &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;adding a unique clustered index to your views&lt;/SPAN&gt;&lt;/STRONG&gt; to significantly improve performance. When a view is created with a unique  ... &lt;a href='http://www.sql-server-performance.com/tips/indexed_views_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/indexed_views_p1.aspx</link>
    </item>
    <item>
      <title>How to Performance Tune the Microsoft SQL Server tempdb Database</title>
      <description>&lt;P&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;FONT size=2&gt;If your SQL Server's &lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;tempdb database&lt;/SPAN&gt;&lt;/STRONG&gt; is heavily used by your application(s), consider locating it on an array of its own (such as RAID 1 or RAID 10). This  ... &lt;a href='http://www.sql-server-performance.com/tips/tempdb_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/tempdb_p1.aspx</link>
    </item>
    <item>
      <title>SQL Server Service Pack</title>
      <description>&lt;P&gt;&lt;SPAN style="COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;FONT size=2&gt;Because &lt;SPAN class=textbold1&gt;&lt;STRONG&gt;service packs include fixes that often affect performance&lt;/STRONG&gt;&lt;/SPAN&gt; (among other things) you should upgrade your SQL Servers with the most recent service pack when it becomes available.&lt;?xml:namespace prefix =  ... &lt;a href='http://www.sql-server-performance.com/tips/service_packs_p1.aspx' target='_blank'&gt;[Read Full Article]&lt;/a&gt;</description>
      <link>http://www.sql-server-performance.com/tips/service_packs_p1.aspx</link>
    </item>
  </channel>
</rss>
