<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by graz</title>
    <description>Stories kicked by graz</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>SQL Server 2005: Immediate Deadlock notifications</title>
      <description>Deadlocks can be a pain to debug since they're so rare and unpredictable. The problem lies in repeating them in your dev environment. That's why it's crucial to have as much information about them from the production environment as possible. This is one way of getting it immediatly when it happens, &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%2f05%2f21%2fSQL-Server-2005-Immediate-Deadlock-notifications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f05%2f21%2fSQL-Server-2005-Immediate-Deadlock-notifications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_Immediate_Deadlock_notifications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_Immediate_Deadlock_notifications</guid>
      <pubDate>Wed, 21 May 2008 09:48:15 GMT</pubDate>
    </item>
    <item>
      <title>Automated GUI testing - Is it worth it?</title>
      <description>Unit tests no. Acceptance and Integration testing yes with great success. &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%2f01%2f03%2fAutomated-GUI-testing---Is-it-worth-it.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f01%2f03%2fAutomated-GUI-testing---Is-it-worth-it.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Automated_GUI_testing_Is_it_worth_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Automated_GUI_testing_Is_it_worth_it</guid>
      <pubDate>Thu, 03 Jan 2008 20:21:29 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Indexes: The Basics</title>
      <description>Indexes directly affect the performance of database applications. This article uses analogies to describe how indexes work. The estimated execution plan feature of the Query Window is utilized to compare the performance of two queries in a batch. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fsql-server-indexes-the-basics"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fsql-server-indexes-the-basics" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Indexes_The_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Indexes_The_Basics</guid>
      <pubDate>Tue, 18 Dec 2007 01:31:06 GMT</pubDate>
    </item>
    <item>
      <title>Free SQL Server tools that might make your life a little easier </title>
      <description>Free MS and non MS tools for easoer work with SQL Server 2005 and 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%2fmladenp%2farchive%2f2007%2f11%2f20%2fFree-SQL-Server-tools-that-might-make-your-life-a.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f11%2f20%2fFree-SQL-Server-tools-that-might-make-your-life-a.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Free_SQL_Server_tools_that_might_make_your_life_a_little_easier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Free_SQL_Server_tools_that_might_make_your_life_a_little_easier</guid>
      <pubDate>Tue, 20 Nov 2007 20:16:03 GMT</pubDate>
    </item>
    <item>
      <title>C#: Care about Event Memory Leaks with Delegate.GetInvocationList()</title>
      <description>Subscribed events are one of the most common reasons of memory leaks in .Net. This means that if you have an object that has an event  and there are other object that are subscribed to that event, the original object won't be properly disposed until all events are unsubscribed since an event is a strong reference. 

 &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%2f2007%2f10%2f24%2fC-Care-about-Event-Memory-Leaks-with-Delegate.GetInvocationList.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f10%2f24%2fC-Care-about-Event-Memory-Leaks-with-Delegate.GetInvocationList.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Care_about_Event_Memory_Leaks_with_Delegate_GetInvocationList</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Care_about_Event_Memory_Leaks_with_Delegate_GetInvocationList</guid>
      <pubDate>Thu, 25 Oct 2007 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>C# : Get current Caret Line and Column in multiline WinForms TextBox</title>
      <description>A managed way of finding current Caret Line and Column in a multiline windows forms textbox.
 &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%2f2007%2f10%2f19%2fC--Get-current-Caret-Line-and-Column-in-a.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f10%2f19%2fC--Get-current-Caret-Line-and-Column-in-a.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Get_current_Caret_Line_and_Column_in_multiline_WinForms_TextBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Get_current_Caret_Line_and_Column_in_multiline_WinForms_TextBox</guid>
      <pubDate>Fri, 19 Oct 2007 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server: Notify client of progress in a long running process</title>
      <description>In long running scripts it's usefull to notify the client of the progress. Here's a simple solution. &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%2f2007%2f10%2f01%2fSQL-Server-Notify-client-of-progress-in-a-long-running.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f10%2f01%2fSQL-Server-Notify-client-of-progress-in-a-long-running.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Notify_client_of_progress_in_a_long_running_process</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Notify_client_of_progress_in_a_long_running_process</guid>
      <pubDate>Sun, 07 Oct 2007 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SSMS Tools Pack - an add-in for SQL Management Studio 2005 is out (bet</title>
      <description>SSMS Tools Pack is an Add-In (Add-On) for Microsoft SQL Server Management Studio 2005 and Microsoft SQL Server Management Studio Express 2005.

It contains a few upgrades to the IDE that I thought were missing from Management Studio.

 &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%2f2007%2f09%2f20%2fSSMS-Tools-Pack---an-add-in-for-SQL-Management-Studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f09%2f20%2fSSMS-Tools-Pack---an-add-in-for-SQL-Management-Studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SSMS_Tools_Pack_an_add_in_for_SQL_Management_Studio_2005_is_out_bet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SSMS_Tools_Pack_an_add_in_for_SQL_Management_Studio_2005_is_out_bet</guid>
      <pubDate>Thu, 20 Sep 2007 11:46:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server: The proper and fastest way to check if rows exist</title>
      <description>Simple yet very underused way to check 
if rows matching a condition exist.
 &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%2f2007%2f09%2f13%2fSQL-Server-The-proper-and-fastest-way-to-check-if.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f09%2f13%2fSQL-Server-The-proper-and-fastest-way-to-check-if.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_The_proper_and_fastest_way_to_check_if_rows_exist</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_The_proper_and_fastest_way_to_check_if_rows_exist</guid>
      <pubDate>Thu, 13 Sep 2007 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005: An error or intended behavior with Database Compatibi</title>
      <description>It turns out you can still run CLR functions, sprocs etc when changing the compatibility level from 90 to 80.

Bug or feature? &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%2f2007%2f08%2f30%2fSQL-Server-2005-An-error-or-intended-behavior-with-Database.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f08%2f30%2fSQL-Server-2005-An-error-or-intended-behavior-with-Database.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_An_error_or_intended_behavior_with_Database_Compatibi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_An_error_or_intended_behavior_with_Database_Compatibi</guid>
      <pubDate>Thu, 30 Aug 2007 04:01:27 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>
    <item>
      <title>Exchange: Accept and Cancel Meeting Request with WebDav</title>
      <description>i show how to accept and cancel the meeting request with WebDAV protocol. &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%2f2007%2f08%2f22%2fExchange-Accept-and-Cancel-Meeting-Request-with-WebDav.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f08%2f22%2fExchange-Accept-and-Cancel-Meeting-Request-with-WebDav.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Exchange_Accept_and_Cancel_Meeting_Request_with_WebDav</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Exchange_Accept_and_Cancel_Meeting_Request_with_WebDav</guid>
      <pubDate>Wed, 22 Aug 2007 08:28:27 GMT</pubDate>
    </item>
    <item>
      <title>Debugging Stored Procedures in Visual Studio 2005</title>
      <description>Interesting article on using Visual Studio to debug stored procedures. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fdebugging-stored-procedures-in-visual-studio-2005"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fdebugging-stored-procedures-in-visual-studio-2005" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Debugging_Stored_Procedures_in_Visual_Studio_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Debugging_Stored_Procedures_in_Visual_Studio_2005</guid>
      <pubDate>Tue, 26 Jun 2007 03:58:44 GMT</pubDate>
    </item>
    <item>
      <title>Multiple Active Result Sets (MARS) - Transactions and Debugging</title>
      <description>Multiple Active Result Sets (MARS) is a new SQL Server 2005 feature that allows the user to run more than one SQL batch on an open connection at the same time. In my previous article about MARS I explained what MARS is and how to use it. In this article I'll discuss how transactions in MARS work and how you can debug MARS connections. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fmultiple-active-result-sets-mars-transactions-and-debugging"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fmultiple-active-result-sets-mars-transactions-and-debugging" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Multiple_Active_Result_Sets_MARS_Transactions_and_Debugging_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Multiple_Active_Result_Sets_MARS_Transactions_and_Debugging_1</guid>
      <pubDate>Mon, 25 Jun 2007 20:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Writing CLR Stored Procedures in C#</title>
      <description>This is the first article in a series on writing stored procedures using the Common Language Runtime (CLR). This article focuses on basic C# syntax and using Visual Studio to build a stored procedure. It's targeted at DBA's and anyone else who primarily writes in Transact-SQL and hasn't had much exposure to .NET yet. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fwriting-clr-stored-procedures-in-charp-introduction-to-charp-part-1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fwriting-clr-stored-procedures-in-charp-introduction-to-charp-part-1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Writing_CLR_Stored_Procedures_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Writing_CLR_Stored_Procedures_in_C</guid>
      <pubDate>Wed, 27 Jun 2007 11:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Nominate Subtext for a 2007 Community Choice Award</title>
      <description>The SourceForge.net Community Choice Awards are a chance for you, the community of open source software users, to nominate and then vote on the projects that you find most useful, best designed, most collaborative, etc... Support the .NET Open Source community and Subtext - Go Vote! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f06%2f24%2fnominate-subtext-for-a-2007-community-choice-award.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f06%2f24%2fnominate-subtext-for-a-2007-community-choice-award.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Nominate_Subtext_for_a_2007_Community_Choice_Award</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Nominate_Subtext_for_a_2007_Community_Choice_Award</guid>
      <pubDate>Sun, 24 Jun 2007 20:46:01 GMT</pubDate>
    </item>
  </channel>
</rss>