<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with 2005</title>
    <description>the latest stories tagged with '2005' 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>SQL Server 2005 Express Job Scheduling - Part 1 </title>
      <description>SQL Server 2005 Express Job Scheduling with the help of Sql Server service broker and without 3rd party products. &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%2f08%2f28%2fSQL-Server-2005-Express-Job-Scheduling---Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f08%2f28%2fSQL-Server-2005-Express-Job-Scheduling---Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_Express_Job_Scheduling_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_Express_Job_Scheduling_Part_1</guid>
      <pubDate>Thu, 28 Aug 2008 14:33:49 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005 temporary tables bug, feature or expected behavior? </title>
      <description>Some unexpected SQL Server behaviour around temporary  tables that is good to know about. If it can be explained... &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%2f08%2f21%2fSQL-Server-2005-temporary-tables-bug-feature-or-expected-behavior.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f08%2f21%2fSQL-Server-2005-temporary-tables-bug-feature-or-expected-behavior.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_temporary_tables_bug_feature_or_expected_behavior</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_temporary_tables_bug_feature_or_expected_behavior</guid>
      <pubDate>Thu, 21 Aug 2008 14:59:39 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2005 - Difference Between INTERSECT and INNER JOIN </title>
      <description>INTERSECT operator in SQL Server 2005 is used to retrieve the common records from both the left and the right query of the Intersect Operator. INTERSECT operator returns almost same results as INNER JOIN clause many times.

When using INTERSECT operator the number and the order of the columns must be the same in all queries as well data type must be compatible.

Let us see understand how INTERSECT and INNER JOIN are related.We will be using AdventureWorks database to demonstrate our example. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f08%2f03%2fsql-server-2005-difference-between-intersect-and-inner-join-intersect-vs-inner-join%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f08%2f03%2fsql-server-2005-difference-between-intersect-and-inner-join-intersect-vs-inner-join%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2005_Difference_Between_INTERSECT_and_INNER_JOIN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2005_Difference_Between_INTERSECT_and_INNER_JOIN</guid>
      <pubDate>Tue, 05 Aug 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Immediate deadlock notifications without changing existing code</title>
      <description>In my previous post about immediate deadlock notifications in SQL Server 2005 I've shown a way to use a try catch block to get the deadlock error.
The con of this method, although it uses best practice for error handling in SQL Server 2005, is that you have to change existing code and 
it doesn't work for non stored procedure code. And that IS a pretty BIG con! So here's a solution to this con.
 &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%2f07%2f18%2fImmediate-deadlock-notifications-without-changing-existing-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f07%2f18%2fImmediate-deadlock-notifications-without-changing-existing-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Immediate_deadlock_notifications_without_changing_existing_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Immediate_deadlock_notifications_without_changing_existing_code</guid>
      <pubDate>Fri, 18 Jul 2008 09:00:36 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005 bug when using LIKE searches</title>
      <description>Here's a demo of a nice little bug in SQL Server 2005 when using LIKE comparisons for searching. 
What is so &amp;quot;nice&amp;quot; about it is that it only manifests itself if your search ends in number 9 followed by a wildcard when 
selecting only columns covered by a nonclustered index.
 &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%2f07%2f14%2fSQL-Server-2005-bug-when-using-LIKE-searches.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f07%2f14%2fSQL-Server-2005-bug-when-using-LIKE-searches.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_bug_when_using_LIKE_searches</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_bug_when_using_LIKE_searches</guid>
      <pubDate>Mon, 14 Jul 2008 09:43:30 GMT</pubDate>
    </item>
    <item>
      <title>Seup Your environment 4 WF with ASP.NET in VS 2005</title>
      <description>what you need to know to set up your environment to use workflow foundation while still using visual studio 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwfblogger.net%2fpost%2f2008%2f07%2f11%2fHow-to-setup-your-environment-to-use-WF-Foundation-for-ASPNET-in-Visual-Studio-2005.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwfblogger.net%2fpost%2f2008%2f07%2f11%2fHow-to-setup-your-environment-to-use-WF-Foundation-for-ASPNET-in-Visual-Studio-2005.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Seup_Your_environment_4_WF_with_ASP_NET_in_VS_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Seup_Your_environment_4_WF_with_ASP_NET_in_VS_2005</guid>
      <pubDate>Sat, 12 Jul 2008 07:15:16 GMT</pubDate>
    </item>
    <item>
      <title>How To: Rename SQL Server 2005 Database Using TSQL </title>
      <description>For some reasons, DBA's need to rename their Databases. One of the reasons might be to comply to Best Practices Policy changes.

Here we are going to rename our Database named "Bad_Ass_DB" into "Best_Practice_DB". This is how Database renaming with TSQL is done in SQL Server 2005....
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdbalink.wordpress.com%2f2008%2f07%2f10%2fhow-to-rename-sql-server-2005-database-using-tsql%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdbalink.wordpress.com%2f2008%2f07%2f10%2fhow-to-rename-sql-server-2005-database-using-tsql%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_To_Rename_SQL_Server_2005_Database_Using_TSQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_To_Rename_SQL_Server_2005_Database_Using_TSQL</guid>
      <pubDate>Thu, 10 Jul 2008 08:19:56 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005 Security Update (KB948109) fails to install with error</title>
      <description>Gotcha to watch out for with the SQL security update. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jemm.net%2f2008%2f07%2f09%2fsql-server-2005-security-update-kb948109-fails-to-install-with-error-code-0x773f-how-to-fix%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jemm.net%2f2008%2f07%2f09%2fsql-server-2005-security-update-kb948109-fails-to-install-with-error-code-0x773f-how-to-fix%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_Security_Update_KB948109_fails_to_install_with_error</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_Security_Update_KB948109_fails_to_install_with_error</guid>
      <pubDate>Wed, 09 Jul 2008 14:55:21 GMT</pubDate>
    </item>
    <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>How to Query Active Directory using LDAP in SQL Server 2000 / 2005 ?</title>
      <description>This article is about configuring SQL Server to query Active Directory using LDAP.

It also lists the possible columns that can be used with LDAP query. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.gchandra.com%2fscripts%2f%3fp%3d79"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.gchandra.com%2fscripts%2f%3fp%3d79" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/directoryservices/How_to_Query_Active_Directory_using_LDAP_in_SQL_Server_2000_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/directoryservices/How_to_Query_Active_Directory_using_LDAP_in_SQL_Server_2000_2005</guid>
      <pubDate>Thu, 28 Feb 2008 20:10:33 GMT</pubDate>
    </item>
    <item>
      <title>Restoring VS2005's 'prop' snippet in VS2008</title>
      <description>Automatic properties are nice, but sometimes they just won't do. Visual C# 2005 included a 'prop' code snippet for a full property with backing filed but 2008 changed the snippet to generate an automatic property. Here's how to restore the 2005 snippet. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fvs2005-prop-c-code-snippet-in-vs2008"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fvs2005-prop-c-code-snippet-in-vs2008" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Restoring_VS2005_s_prop_snippet_in_VS2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Restoring_VS2005_s_prop_snippet_in_VS2008</guid>
      <pubDate>Wed, 27 Feb 2008 17:37:10 GMT</pubDate>
    </item>
    <item>
      <title>Step by Step building a project template and wizard in VS 2005</title>
      <description>Step by Step building a project template and wizard in VS 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnickotech2000.blogspot.com%2f2008%2f02%2fstep-by-step-building-project-template.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnickotech2000.blogspot.com%2f2008%2f02%2fstep-by-step-building-project-template.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Step_by_Step_building_a_project_template_and_wizard_in_VS_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Step_by_Step_building_a_project_template_and_wizard_in_VS_2005</guid>
      <pubDate>Wed, 27 Feb 2008 11:14:36 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005 : Access Tables / Entities across Servers</title>
      <description>Updating / Accessing data from another server is very easy using SQLServer 2005.

Its very handy to restrict access to Production Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgchandra.wordpress.com%2f2008%2f02%2f18%2fsql-server-2005-access-tables-entities-across-servers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgchandra.wordpress.com%2f2008%2f02%2f18%2fsql-server-2005-access-tables-entities-across-servers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_Access_Tables_Entities_across_Servers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_Access_Tables_Entities_across_Servers</guid>
      <pubDate>Mon, 18 Feb 2008 20:36:01 GMT</pubDate>
    </item>
    <item>
      <title>Unique Data Columns in SQL Server 2005: A Quick Look</title>
      <description>Some basic differences among SQL Server 2005 unique columns (primary key, unique key, unique identifiers etc). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2008%2f02%2f07%2funique-data-columns-in-sql-server-2005-a-quick-look.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2008%2f02%2f07%2funique-data-columns-in-sql-server-2005-a-quick-look.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Unique_Data_Columns_in_SQL_Server_2005_A_Quick_Look</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Unique_Data_Columns_in_SQL_Server_2005_A_Quick_Look</guid>
      <pubDate>Sat, 16 Feb 2008 04:55:37 GMT</pubDate>
    </item>
    <item>
      <title>Integrating Profiler and PerfMon Log Files</title>
      <description>How to create a PerfMon counters log file and SQL Profiler Trace file, how to read them both and how to correlate the two files in SQL Profiler. &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%2fintegrating-profiler-and-perfmon-log-files"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fintegrating-profiler-and-perfmon-log-files" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Integrating_Profiler_and_PerfMon_Log_Files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Integrating_Profiler_and_PerfMon_Log_Files</guid>
      <pubDate>Fri, 08 Feb 2008 13:50:57 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics: Count, Count, Count, Sum or how to Count </title>
      <description>There are at least 4 ways you can COUNT in SQL Server: COUNT(*), COUNT(ColumnName), COUNT(DISTINCT ColumnName) AND SUM()
All 4 combined can be used to speed up queries especially for reporting. &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%2f02%2f04%2fBack-to-Basics-Count-Count-Count-Sum-or-how-to.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f02%2f04%2fBack-to-Basics-Count-Count-Count-Sum-or-how-to.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Back_to_Basics_Count_Count_Count_Sum_or_how_to_Count</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Back_to_Basics_Count_Count_Count_Sum_or_how_to_Count</guid>
      <pubDate>Mon, 04 Feb 2008 16:25:56 GMT</pubDate>
    </item>
    <item>
      <title>Migrating Web Application Projects between VS 2005 and VS 2008</title>
      <description>If you move Web Application Projects between Visual Studio 2008 and Visual Studio 2005 and a machine that doesn't have Visual Studio 2005 installed you will find that the project doesn't load due to a build target difference. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f234883.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f234883.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Migrating_Web_Application_Projects_between_VS_2005_and_VS_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Migrating_Web_Application_Projects_between_VS_2005_and_VS_2008</guid>
      <pubDate>Tue, 22 Jan 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using SQL Server 2005's OUTPUT to return generated identity with ADO.N</title>
      <description>This article focuses especially on ADO.NET-side of handling the returned values from the SQL Server 2005's OUTPUT. It is a good alternative for the scope_identity() etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jemm.net%2farticles%2fdatabases%2fhow-to-using-sql-server-2005s-output-to-return-generated-identity%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jemm.net%2farticles%2fdatabases%2fhow-to-using-sql-server-2005s-output-to-return-generated-identity%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Using_SQL_Server_2005_s_OUTPUT_to_return_generated_identity_with_ADO_N</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Using_SQL_Server_2005_s_OUTPUT_to_return_generated_identity_with_ADO_N</guid>
      <pubDate>Fri, 11 Jan 2008 11:28:56 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Locking in SQL Server</title>
      <description>Locking is a major part of every RDBMS and is important to know about. It is a database functionality which without a multi-user environment could not work.
 &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%2fintroduction-to-locking-in-sql-server"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fintroduction-to-locking-in-sql-server" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introduction_to_Locking_in_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introduction_to_Locking_in_SQL_Server</guid>
      <pubDate>Wed, 12 Dec 2007 19:38:48 GMT</pubDate>
    </item>
    <item>
      <title>Web Application Project 2008 still not working with new Web Deployment</title>
      <description>As from my first post, the web application project didnt work with the web deployment project in 2005, and after the release of the web deployment project for visual studio 2008 it is still not working! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fundocnet.blogspot.com%2f2007%2f12%2fweb-application-project-2008-still-not.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fundocnet.blogspot.com%2f2007%2f12%2fweb-application-project-2008-still-not.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Web_Application_Project_2008_still_not_working_with_new_Web_Deployment</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Web_Application_Project_2008_still_not_working_with_new_Web_Deployment</guid>
      <pubDate>Sun, 02 Dec 2007 22:53:47 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005: Synonyms in T-SQL (analogous to Aliases in .Net)</title>
      <description>If you're a .Net developer aliases should be very familiar to you. SQL Server 2005 added a similar functionality to T-SQL called Synonyms. &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%2f26%2fSQL-Server-2005-Synonyms-in-T-SQL-analogous-to-Aliases-in.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f11%2f26%2fSQL-Server-2005-Synonyms-in-T-SQL-analogous-to-Aliases-in.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_Synonyms_in_T_SQL_analogous_to_Aliases_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_Synonyms_in_T_SQL_analogous_to_Aliases_in_Net</guid>
      <pubDate>Mon, 26 Nov 2007 20:37:49 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>SQL Server 2005 evil DBA prank</title>
      <description>Today I feel a bit evil minded so I thought I'd share this little prank-friendly function.
If you put this into a .Net Assembly you import to SQL Server as a function or a stored procedure
you can wreck some real havoc

 &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%2f15%2fSQL-Server-2005-evil-DBA-prank.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f11%2f15%2fSQL-Server-2005-evil-DBA-prank.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_evil_DBA_prank</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_evil_DBA_prank</guid>
      <pubDate>Thu, 15 Nov 2007 21:05:55 GMT</pubDate>
    </item>
    <item>
      <title>Productivity Hack: Create Your Own Visual Studio 2005 Item Templates</title>
      <description>Wow your friends and create custom visual studio 2005 item templates.  Sample code for creating a custom Exception template included! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fProductivity-Hack-Create-Your-Own-Visual-Studio-2005-Item-Templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fProductivity-Hack-Create-Your-Own-Visual-Studio-2005-Item-Templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Productivity_Hack_Create_Your_Own_Visual_Studio_2005_Item_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Productivity_Hack_Create_Your_Own_Visual_Studio_2005_Item_Templates</guid>
      <pubDate>Wed, 24 Oct 2007 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server: The one and only locale insensitive date format</title>
      <description>Until recently i've been sure that there are 2 date formats that are completly locale insensitive.
Those 2 i are yyyy-mm-dd HH:mm:ss.fff and yyyymmdd HH:mm:ss.fff.
And i was proven wrong a few days ago!

 &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%2f22%2fSQL-Server-The-one-and-only-locale-insensitive-date-format.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f10%2f22%2fSQL-Server-The-one-and-only-locale-insensitive-date-format.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_The_one_and_only_locale_insensitive_date_format</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_The_one_and_only_locale_insensitive_date_format</guid>
      <pubDate>Mon, 22 Oct 2007 08:22:09 GMT</pubDate>
    </item>
  </channel>
</rss>