<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by l2d2</title>
    <description>Stories kicked by l2d2</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Does order matter in a JOIN clause?</title>
      <description>Does the order of tables referenced in a JOIN clause affect query performance. In this post, Joe addresses this question by examining the query execution plans created for sample queries.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f02%2f29%2f60542.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f02%2f29%2f60542.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Does_order_matter_in_a_JOIN_clause</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Does_order_matter_in_a_JOIN_clause</guid>
      <pubDate>Sun, 02 Mar 2008 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using CROSS JOIN to generate test data</title>
      <description>In this blog, Joe demonstrates the power of the CROSS JOIN and how it can be harnessed to create lots of test data very quickly.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f02%2f06%2f60490.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f02%2f06%2f60490.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Using_CROSS_JOIN_to_generate_test_data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Using_CROSS_JOIN_to_generate_test_data</guid>
      <pubDate>Thu, 07 Feb 2008 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Notification Services Resources</title>
      <description>Good SQL Server Notification Services (SSNS) articles and resources.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f01%2f22%2f60461.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f01%2f22%2f60461.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Notification_Services_Resources</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Notification_Services_Resources</guid>
      <pubDate>Wed, 23 Jan 2008 03:21:04 GMT</pubDate>
    </item>
    <item>
      <title>Reclaiming unused space from a table</title>
      <description>Did you know that SQL Server doesn't automatically reuse space from variable length columns that have been dropped from a table? This blog shows you how to reclaim that space using the DBCC CLEANTABLE command. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f01%2f14%2f60456.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f01%2f14%2f60456.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Reclaiming_unused_space_from_a_table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Reclaiming_unused_space_from_a_table</guid>
      <pubDate>Mon, 14 Jan 2008 23:36:40 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Notification Services Instance</title>
      <description>Great tutorial for using SQL Server Management Studio to create a Notification Services instance.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f01%2f08%2f60451.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2008%2f01%2f08%2f60451.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Creating_a_Notification_Services_Instance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Creating_a_Notification_Services_Instance</guid>
      <pubDate>Wed, 09 Jan 2008 04:22:45 GMT</pubDate>
    </item>
    <item>
      <title>Copying and pasting rectangular blocks of code in Visual Studio and Ma</title>
      <description>Did you know that the Visual Studio and Management Studio editors allow you to copy and paste rectangular areas of code (not just lines of code)? This blog demonstrates how. Very handy when copying and pasting variable names!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f11%2f06%2f60393.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f11%2f06%2f60393.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Copying_and_pasting_rectangular_blocks_of_code_in_Visual_Studio_and_Ma</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Copying_and_pasting_rectangular_blocks_of_code_in_Visual_Studio_and_Ma</guid>
      <pubDate>Thu, 08 Nov 2007 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>When was a SQL Server table or view last altered?</title>
      <description>A very handy little script to determine the last time a SQL Server table or view was altered. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f10%2f11%2f60367.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f10%2f11%2f60367.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/When_was_a_SQL_Server_table_or_view_last_altered</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/When_was_a_SQL_Server_table_or_view_last_altered</guid>
      <pubDate>Thu, 11 Oct 2007 13:02:45 GMT</pubDate>
    </item>
    <item>
      <title>How to tell when the SQL Server service was started</title>
      <description>Neat little post that shows how to use T-SQL to determine with the SQL Server service was last started.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f10%2f03%2f60351.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f10%2f03%2f60351.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_to_tell_when_the_SQL_Server_service_was_started</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_to_tell_when_the_SQL_Server_service_was_started</guid>
      <pubDate>Wed, 03 Oct 2007 11:23:54 GMT</pubDate>
    </item>
    <item>
      <title>Error 15401 when creating a new Login</title>
      <description>This blog describes what to do when you receive an error while attempting to create a new SQL Server Login. It contains a link to a helpful KB article, too.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f09%2f07%2f60323.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f09%2f07%2f60323.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Error_15401_when_creating_a_new_Login</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Error_15401_when_creating_a_new_Login</guid>
      <pubDate>Fri, 07 Sep 2007 11:05:49 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2000: when were the statistics updated?</title>
      <description>A SQL script to determine when the statistics were updated for all indexes on all user tables in SQL Server 2000.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f09%2f06%2f60322.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f09%2f06%2f60322.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2000_when_were_the_statistics_updated</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2000_when_were_the_statistics_updated</guid>
      <pubDate>Tue, 11 Sep 2007 14:01:01 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Nothing has changed&amp;quot; - Determining when a procedure has been altered</title>
      <description>Cool little script to determine when a stored procedure was last updated. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f08%2f29%2f60312.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f08%2f29%2f60312.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Nothing_has_changed_Determining_when_a_procedure_has_been_altered</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Nothing_has_changed_Determining_when_a_procedure_has_been_altered</guid>
      <pubDate>Sat, 08 Sep 2007 05:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>