<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with 2008</title>
    <description>the latest stories tagged with '2008' from DotNetKicks.com</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>How to get sql server 2008 intellisense working for schema changes</title>
      <description>The new feature &amp;quot;intellisense&amp;quot; added in sql server 2008 is making my life easier. And I am enjoying this feature a lot. But I noticed many times that when we make any changes to DB schema like creating / modifying database objects we don't notice the schema changes in intellisense in the same session. This made me too bad and many times I cursed Microsoft for this inclomplete feature. But after making some research on this, I have found the solution to get ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcherupally.blogspot.com%2f2009%2f12%2fhow-to-get-sql-server-2008-intellisense.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcherupally.blogspot.com%2f2009%2f12%2fhow-to-get-sql-server-2008-intellisense.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_to_get_sql_server_2008_intellisense_working_for_schema_changes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_to_get_sql_server_2008_intellisense_working_for_schema_changes</guid>
      <pubDate>Tue, 22 Dec 2009 06:23:55 GMT</pubDate>
    </item>
    <item>
      <title>Download Sql Server 2008 R2 November CTP</title>
      <description>Get the latest version of Sql Server 2008 version R2 [CTP] &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpraveenbattula.blogspot.com%2f2009%2f11%2fdownload-sql-server-2008-r2-november.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpraveenbattula.blogspot.com%2f2009%2f11%2fdownload-sql-server-2008-r2-november.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Download_Sql_Server_2008_R2_November_CTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Download_Sql_Server_2008_R2_November_CTP</guid>
      <pubDate>Fri, 20 Nov 2009 13:23:36 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server - How to get the whole group of duplicate rows</title>
      <description>A fast way how to get the whole duplicated group of rows in Sql Server 2005 and up. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f10%2f15%2fSQL-Server---How-to-get-the-whole-group-of.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f10%2f15%2fSQL-Server---How-to-get-the-whole-group-of.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_How_to_get_the_whole_group_of_duplicate_rows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_How_to_get_the_whole_group_of_duplicate_rows</guid>
      <pubDate>Thu, 15 Oct 2009 09:54:27 GMT</pubDate>
    </item>
    <item>
      <title>The 24 hours of PASS - SQL Server live webcasts</title>
      <description>This years biggest online SQL Server related event. It will last full 24 hours.
Don't miss it! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f08%2f05%2fThe-24-hours-of-PASS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f08%2f05%2fThe-24-hours-of-PASS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_24_hours_of_PASS_SQL_Server_live_webcasts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_24_hours_of_PASS_SQL_Server_live_webcasts</guid>
      <pubDate>Wed, 05 Aug 2009 09:55:49 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005 - Fast Running Totals solution with ordered CTE update</title>
      <description>The Running Totals problem is as old as accounting. This is the fastest Running Totals solution using ordered Common Table Expressions (CTE) direct update feature in SQL Server 2005 and up. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f07%2f28%2fSQL-Server-2005-Fast-Running-Totals.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f07%2f28%2fSQL-Server-2005-Fast-Running-Totals.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_Fast_Running_Totals_solution_with_ordered_CTE_update</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_Fast_Running_Totals_solution_with_ordered_CTE_update</guid>
      <pubDate>Tue, 28 Jul 2009 07:49:43 GMT</pubDate>
    </item>
    <item>
      <title>How to check when was SQL Server installed with a T-SQL query</title>
      <description>Sometimes you might want to check when was SQL Server installed witha query. this is how you do it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f07%2f16%2fHow-to-check-when-was-SQL-Server-installed-with-a.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f07%2f16%2fHow-to-check-when-was-SQL-Server-installed-with-a.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_to_check_when_was_SQL_Server_installed_with_a_T_SQL_query</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_to_check_when_was_SQL_Server_installed_with_a_T_SQL_query</guid>
      <pubDate>Thu, 16 Jul 2009 14:55:53 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2008 var Keyword Bug - Microsoft Follow-up</title>
      <description>Received a follow-up from Microsoft regarding &amp;lt;a href=&amp;quot;http://lakario.blogspot.com/2009/07/visual-studio-2008-var-keyword-bug.html&amp;quot;&amp;gt;Visual Studio var Keyword Bug&amp;lt;/a&amp;gt;. Here's what Microsoft support had to say about the issue. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flakario.blogspot.com%2f2009%2f07%2fvisual-studio-2008-var-keyword-bug_08.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flakario.blogspot.com%2f2009%2f07%2fvisual-studio-2008-var-keyword-bug_08.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_var_Keyword_Bug_Microsoft_Follow_up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_var_Keyword_Bug_Microsoft_Follow_up</guid>
      <pubDate>Wed, 08 Jul 2009 06:28:15 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 Extended Events - high performance eventing system</title>
      <description>Extended Events are the new low level, high performance eventing system in SQL Server. They use less system resources and provide better tracking of SQL Server performance than previous methods like Perfmon and SQL Trace/Profiler events. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f05%2f29%2fSQL-Server-2008-Extended-Events---high-performance-eventing-system.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f05%2f29%2fSQL-Server-2008-Extended-Events---high-performance-eventing-system.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_Extended_Events_high_performance_eventing_system</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_Extended_Events_high_performance_eventing_system</guid>
      <pubDate>Fri, 29 May 2009 12:16:39 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server - Find missing and unused indexes</title>
      <description>How to find SQL Server indexes that should exists and those that shouldn't when performing index maintenance. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f04%2f08%2fSQL-Server---Find-missing-and-unused-indexes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2009%2f04%2f08%2fSQL-Server---Find-missing-and-unused-indexes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Find_missing_and_unused_indexes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Find_missing_and_unused_indexes</guid>
      <pubDate>Thu, 09 Apr 2009 03:46:42 GMT</pubDate>
    </item>
    <item>
      <title>Keyvan Nayyeri's Best Blog Posts in 2008</title>
      <description>Like many other guys in the .NET community, Keyvan has wrote a post and listed his best of 2008 blog posts along with a short description for each post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fmy-best-blog-posts-in-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fmy-best-blog-posts-in-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Keyvan_Nayyeri_s_Best_Blog_Posts_in_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Keyvan_Nayyeri_s_Best_Blog_Posts_in_2008</guid>
      <pubDate>Thu, 01 Jan 2009 13:57:07 GMT</pubDate>
    </item>
    <item>
      <title>SSMS 2008 suggests missing indexes with actual execution plan</title>
      <description>When you choose to Include the Actual Execution Plan in SSMS 2008 it suggest any missing indexes it thinks that are needed. Plus it also calculates the performance benefit from adding them. Pretty awsome! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f12%2f29%2fSQL-Server-Management-Studio-2008-suggests-missing-indexes-with-actual.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f12%2f29%2fSQL-Server-Management-Studio-2008-suggests-missing-indexes-with-actual.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SSMS_2008_suggests_missing_indexes_with_actual_execution_plan</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SSMS_2008_suggests_missing_indexes_with_actual_execution_plan</guid>
      <pubDate>Tue, 30 Dec 2008 01:10:55 GMT</pubDate>
    </item>
    <item>
      <title>Advanced SQL Server 2005 Express Job Scheduling</title>
      <description>How to make run once, daily, weekly, monthly absolute and relative scheduling in SQL Server Express 2005 and 2008 without any 3rd party tools. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f12%2f03%2fAdvanced-SQL-Server-2005-Express-Job-Scheduling.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f12%2f03%2fAdvanced-SQL-Server-2005-Express-Job-Scheduling.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Advanced_SQL_Server_2005_Express_Job_Scheduling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Advanced_SQL_Server_2005_Express_Job_Scheduling</guid>
      <pubDate>Wed, 03 Dec 2008 16:29:39 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Intellisense in VS 2008 - ScottGu's Blog</title>
      <description>Last month I blogged about how Microsoft is extending support for jQuery.  Over the last few weeks we've been working with the jQuery team to add great jQuery intellisense support within Visual Studio 2008 and Visual Web Developer 2008 Express (which is free).  This is now available to download and use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f21%2fjquery-intellisense-in-vs-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f21%2fjquery-intellisense-in-vs-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Intellisense_in_VS_2008_ScottGu_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Intellisense_in_VS_2008_ScottGu_s_Blog</guid>
      <pubDate>Fri, 21 Nov 2008 22:31:20 GMT</pubDate>
    </item>
    <item>
      <title>I KILL-ed you! Now can I go for a coffee break while you die?</title>
      <description>Find out how long it will take for a rollback to complete in SQL Server with the help of a little know feature of the KILL keyword. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f11%2f03%2fI-KILL-ed-you-Now-can-I-go-for-a-coffee.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f11%2f03%2fI-KILL-ed-you-Now-can-I-go-for-a-coffee.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/I_KILL_ed_you_Now_can_I_go_for_a_coffee_break_while_you_die</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/I_KILL_ed_you_Now_can_I_go_for_a_coffee_break_while_you_die</guid>
      <pubDate>Mon, 03 Nov 2008 15:05:42 GMT</pubDate>
    </item>
    <item>
      <title>You Can Watch PDC'08 Sessions Online!</title>
      <description>If you couldn't attend PDC'08 (like me) then you'll probably be interested in learning that you can go watch all the PDC'08 Sessions online for Free! This is awesome!
Go Watch PDC'08 Sessions Online: https://sessions.microsoftpdc.com/public/timeline.aspx  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f10%2fWatch-PDC08-Session-Online.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f10%2fWatch-PDC08-Session-Online.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/You_Can_Watch_PDC_08_Sessions_Online</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/You_Can_Watch_PDC_08_Sessions_Online</guid>
      <pubDate>Thu, 30 Oct 2008 04:31:06 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft PDC 2008: Day 1 Wrap-Up</title>
      <description>Ray Ozzie took center stage this morning at the Day 1 Keynote at PDC 2008 and everybody knew he had at least one surprise up his sleeve. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2fmicrosoft-pdc-2008-day-1-wrap-"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2fmicrosoft-pdc-2008-day-1-wrap-" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/Microsoft_PDC_2008_Day_1_Wrap_Up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/Microsoft_PDC_2008_Day_1_Wrap_Up</guid>
      <pubDate>Wed, 29 Oct 2008 03:22:23 GMT</pubDate>
    </item>
    <item>
      <title>OUTPUTing Data from the Just-Inserted, Updated, or Deleted Row(s)</title>
      <description>Scott Mitchell discusses a little gem he discovered, which is the use of OUTPUT clause in INSERT, UPDATE, DELETE and MERGE (2008) DML statement to get the effect of in-place triggers and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fscottonwriting.net%2fsowblog%2fposts%2f13551.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fscottonwriting.net%2fsowblog%2fposts%2f13551.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/OUTPUTing_Data_from_the_Just_Inserted_Updated_or_Deleted_Row_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/OUTPUTing_Data_from_the_Just_Inserted_Updated_or_Deleted_Row_s</guid>
      <pubDate>Sun, 19 Oct 2008 17:53:24 GMT</pubDate>
    </item>
    <item>
      <title>Custom user configurable SQL Server Profiler events</title>
      <description>SQL Server Profiler is a well known tool for tracing different activity that happens between your server and the clients connected to it.
But very few people know that you can have custom events and trace them in the SQL Server Profiler.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f10%2f16%2fCustom-user-configurable-SQL-Server-Profiler-events.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f10%2f16%2fCustom-user-configurable-SQL-Server-Profiler-events.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Custom_user_configurable_SQL_Server_Profiler_events</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Custom_user_configurable_SQL_Server_Profiler_events</guid>
      <pubDate>Thu, 16 Oct 2008 15:00:07 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate.Spatial 1.0.0 Beta1 released</title>
      <description>This NHibernate extension allows you to handle data in a spatial database using .NET objects and HQL queries in a way compliant with Open Geospatial Consortium specifications. Currently we support PostgreSQL (using PostGIS extension), SQL Server 2005 (using MsSqlSpatial extension) and SQL Server 2008 (using their new spatial built-in capabilities). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nhforge.org%2fblogs%2fnhibernate%2farchive%2f2008%2f09%2f30%2fnhibernate-spatial-1-0-0-beta1-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nhforge.org%2fblogs%2fnhibernate%2farchive%2f2008%2f09%2f30%2fnhibernate-spatial-1-0-0-beta1-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NHibernate_Spatial_1_0_0_Beta1_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NHibernate_Spatial_1_0_0_Beta1_released</guid>
      <pubDate>Wed, 08 Oct 2008 01:51:41 GMT</pubDate>
    </item>
    <item>
      <title>SSMS Tools PACK 1.1 - now with SSMS 2008 support</title>
      <description>With this new version you can use it for SQL Server Management Studio 2008 and SQL Server Management Studio 2008 Express.
Plus some extra features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f10%2f06%2fSSMS-Tools-PACK-1.1---now-with-SQL-Server-Management.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f10%2f06%2fSSMS-Tools-PACK-1.1---now-with-SQL-Server-Management.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SSMS_Tools_PACK_1_1_now_with_SSMS_2008_support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SSMS_Tools_PACK_1_1_now_with_SSMS_2008_support</guid>
      <pubDate>Mon, 13 Oct 2008 17:01:09 GMT</pubDate>
    </item>
    <item>
      <title>RELEASED: Virtual Earth JavaScript Intellisense Helper for 6.2</title>
      <description>I am happy to announce that we have an updated version of the Virtual Earth JavaScript Intellisense Helper that is in sync with the update Virtual Earth Map Control 6.2.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fdevkeydet%2farchive%2f2008%2f09%2f30%2freleased-virtual-earth-javascript-intellisense-helper-for-6-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fdevkeydet%2farchive%2f2008%2f09%2f30%2freleased-virtual-earth-javascript-intellisense-helper-for-6-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/RELEASED_Virtual_Earth_JavaScript_Intellisense_Helper_for_6_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/RELEASED_Virtual_Earth_JavaScript_Intellisense_Helper_for_6_2</guid>
      <pubDate>Tue, 30 Sep 2008 07:45:37 GMT</pubDate>
    </item>
    <item>
      <title>Using Windows Server 2008 64 bit as a development workstation</title>
      <description>Review, tips and tricks on using Windows Server 2008 64 as a workstation for the .NET Developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frabdullin.com%2fusing-windows-server-2008-64-bit-as-development-workstation%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frabdullin.com%2fusing-windows-server-2008-64-bit-as-development-workstation%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Using_Windows_Server_2008_64_bit_as_a_development_workstation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Using_Windows_Server_2008_64_bit_as_a_development_workstation</guid>
      <pubDate>Thu, 18 Sep 2008 10:06:44 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 Top 10 List for Developers</title>
      <description>Well now that SQL Server 2008 has shipped, Zach and I are starting to put the finishing touches on all of our SQL Server 2008 early adopter initiatives and move on to planning for future releases.  Before we do that I have some unfinished business to take care of. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2frdoherty%2farchive%2f2008%2f09%2f03%2fsql-server-2008-top-10-list-for-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2frdoherty%2farchive%2f2008%2f09%2f03%2fsql-server-2008-top-10-list-for-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_Top_10_List_for_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_Top_10_List_for_Developers</guid>
      <pubDate>Tue, 23 Sep 2008 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>SQLServer2008: Workgroup VS Standard</title>
      <description>You might be in doubt when choosing between SQLServer2008 Standard or Workgroup edition - here's a list of the differences bewteen the two. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fsqlserver-sqlserver2008-workgroup-vs.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fsqlserver-sqlserver2008-workgroup-vs.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQLServer2008_Workgroup_VS_Standard</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQLServer2008_Workgroup_VS_Standard</guid>
      <pubDate>Wed, 03 Sep 2008 19:04:25 GMT</pubDate>
    </item>
    <item>
      <title>Download: Microsoft SQL Server 2008 Express</title>
      <description>This is the direct download link for SQL Server 2008 Express RTM. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d58ce885d-508b-45c8-9fd3-118edd8e6fff"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d58ce885d-508b-45c8-9fd3-118edd8e6fff" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Download_Microsoft_SQL_Server_2008_Express</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Download_Microsoft_SQL_Server_2008_Express</guid>
      <pubDate>Tue, 12 Aug 2008 08:51:33 GMT</pubDate>
    </item>
  </channel>
</rss>
