<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jeremyh</title>
    <description>Stories kicked by jeremyh</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>ASP.NET Resource Refactoring</title>
      <description>Easy macros to help i18n your ASPX pages &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.milkcarton.com%2fblog%2f2007%2f08%2f27%2fASPNET%2bResource%2bRefactoring.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.milkcarton.com%2fblog%2f2007%2f08%2f27%2fASPNET%2bResource%2bRefactoring.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Resource_Refactoring</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Resource_Refactoring</guid>
      <pubDate>Wed, 29 Aug 2007 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Centralized Asynchronous Auditing across Instances and Servers with Se</title>
      <description>An example of Many-to-One application accross servers/instances of Service Broker, an addition to SQL Server 2005 that enables async work between instances &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%2fcentralized-asynchronous-auditing-across-instances-and-servers-with-service-broker"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlteam.com%2farticle%2fcentralized-asynchronous-auditing-across-instances-and-servers-with-service-broker" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Centralized_Asynchronous_Auditing_across_Instances_and_Servers_with_Se</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Centralized_Asynchronous_Auditing_across_Instances_and_Servers_with_Se</guid>
      <pubDate>Mon, 27 Aug 2007 07:12:21 GMT</pubDate>
    </item>
    <item>
      <title>Reading other people's .NET code</title>
      <description>Places to find great examples of .NET code &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f08%2f27%2freading-other-peoples-net-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f08%2f27%2freading-other-peoples-net-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Reading_other_people_s_NET_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Reading_other_people_s_NET_code</guid>
      <pubDate>Mon, 27 Aug 2007 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQ To Sql - Getting a Command Object from a Query</title>
      <description>LINQ to SQL is all about returning object from database queries, but sometimes it's actually useful to use good old DataReaders or DataTables - especially in ASP.NET applications that use DataBinding. Entities are objects and databinding requires Reflection which is very slow, compared to a DataReader. Luckily LINQ to SQL provides the abillity to retrieve a Sql Command object that can be used to return an alternate result set. &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%2f141435.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f141435.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/LINQ_To_Sql_Getting_a_Command_Object_from_a_Query</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/LINQ_To_Sql_Getting_a_Command_Object_from_a_Query</guid>
      <pubDate>Mon, 27 Aug 2007 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Converting between Win32 COLORREF and .NET Color</title>
      <description>If you are ever rewriting an MFC/Win32 program in .NET, you need to be aware that you cannot convert directly between a COLORREF value and a .NET Color structure. The byte order is different and will need to be swapped. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alteridem.net%2f2007%2f08%2f23%2fwin32-colorref-vs-net-color%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alteridem.net%2f2007%2f08%2f23%2fwin32-colorref-vs-net-color%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Converting_between_Win32_COLORREF_and_NET_Color</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Converting_between_Win32_COLORREF_and_NET_Color</guid>
      <pubDate>Thu, 23 Aug 2007 05:31:08 GMT</pubDate>
    </item>
    <item>
      <title>Linq to Sql: Extension Methods</title>
      <description>A brief discussion of the extension methods that get generated when a LINQ to SQL mapping is generated. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisbrandsma.com%2f2007%2f08%2flinq-to-sql-extension-methods.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisbrandsma.com%2f2007%2f08%2flinq-to-sql-extension-methods.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Linq_to_Sql_Extension_Methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Linq_to_Sql_Extension_Methods</guid>
      <pubDate>Mon, 27 Aug 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>A job scheduler for SQL Server (Express)</title>
      <description>SQLScheduler is a fully functional client/server application written in C# that allows administrators to schedule various SQL jobs for SQL Server Express and other versions of SQL Server. 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetpulse.blogspot.com%2f2007%2f08%2ffree-tool-that-allows-administrators-to.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetpulse.blogspot.com%2f2007%2f08%2ffree-tool-that-allows-administrators-to.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/A_job_scheduler_for_SQL_Server_Express</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/A_job_scheduler_for_SQL_Server_Express</guid>
      <pubDate>Wed, 22 Aug 2007 07:51:49 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2005 - Create Script to Copy Database Schema and All The </title>
      <description>This is very simple but powerful.
Explained with Images. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f21%2fsql-server-2005-create-script-to-copy-database-schema-and-all-the-objects-stored-procedure-functions-triggers-tables-views-constraints-and-all-other-database-objects%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f21%2fsql-server-2005-create-script-to-copy-database-schema-and-all-the-objects-stored-procedure-functions-triggers-tables-views-constraints-and-all-other-database-objects%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2005_Create_Script_to_Copy_Database_Schema_and_All_The</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2005_Create_Script_to_Copy_Database_Schema_and_All_The</guid>
      <pubDate>Wed, 22 Aug 2007 02:46:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL and Disconnected Entities Follow-up</title>
      <description>Several people have been flogging me for my&amp;amp;nbsp;LINQ and disconnected Entity post, so I thought I should follow up on the issues I've been having. First let me restate Entity issue I raised a couple of days ago, but let me present it in a simpler context with the Northwind database, so you can try... &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%2f135659.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f135659.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Disconnected_Entities_Follow_up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Disconnected_Entities_Follow_up</guid>
      <pubDate>Tue, 14 Aug 2007 23:37:00 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server: How to run a stored procedure at SQL Server start-up </title>
      <description>This is acctually quite simple. There is 'startup' option that you can set to the procedure. Code included. &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%2f14%2f60280.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f08%2f14%2f60280.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_How_to_run_a_stored_procedure_at_SQL_Server_start_up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_How_to_run_a_stored_procedure_at_SQL_Server_start_up</guid>
      <pubDate>Tue, 14 Aug 2007 06:35:31 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2005 - List All The Column With Specific Data Types</title>
      <description>SQL Server 2005 has new datatype of VARCHAR(MAX), we decided to change all our TEXT datatype columns to VARCHAR(MAX). The reason to do that as TEXT datatype will be deprecated in future version of SQL Server and VARCHAR(MAX) is superior to TEXT datatype in features. We run following script to identify all the columns which are TEXT datatype and developer converts them to VARCHAR(MAX) ...see the script here &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f09%2fsql-server-2005-list-all-the-column-with-specific-data-types%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f09%2fsql-server-2005-list-all-the-column-with-specific-data-types%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2005_List_All_The_Column_With_Specific_Data_Types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2005_List_All_The_Column_With_Specific_Data_Types</guid>
      <pubDate>Tue, 14 Aug 2007 04:30:09 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server FAQ Interview Questions</title>
      <description>SQL Server FAQ Interview Questions

    * SQL Queries FAQ
    * FAQ on Indexes in SQL
    * FAQ on Data Types in SQL Server
    * FAQ on Joins in SQL Server
    * FAQ on Stored Procedure in SQL Server
    * FAQ on Trigger in SQL Server
    * FAQ on Lock in SQL Server
    * FAQ on View in SQL Server
    * FAQ on Transaction in SQL Server
    * SQL Server FAQ on Random Category
    * FAQ on Tools in SQL Server
    * FAQ on Permissions in SQL Server
    * FAQ on Administration in SQL Server &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetguts.blogspot.com%2f2007%2f08%2fsql-server-faq-interview-questions.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetguts.blogspot.com%2f2007%2f08%2fsql-server-faq-interview-questions.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/SQL_Server_FAQ_Interview_Questions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/SQL_Server_FAQ_Interview_Questions</guid>
      <pubDate>Mon, 13 Aug 2007 22:35:55 GMT</pubDate>
    </item>
    <item>
      <title>SQL Optimization Tips</title>
      <description>Tips and Tricks which should be used while dealing with SQL  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetguts.blogspot.com%2f2007%2f08%2fsql-optimization-tips.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetguts.blogspot.com%2f2007%2f08%2fsql-optimization-tips.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/SQL_Optimization_Tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/SQL_Optimization_Tips</guid>
      <pubDate>Tue, 14 Aug 2007 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL and Dynamic Queries and Expressions?</title>
      <description>Continuing my experiments with LINQ in the middle tier I ran into another problem: Inability to make LINQ run any dynamic operations that are not defined explicitly in the LINQ to SQL import. For building a generic business framework that doesn't have concrete type references (to say a PK field) but dynamically needs to create SQL to query data. Even relatively simple things like retrieve a single record by primary key where primary key is dynamic not explicit is not easily accomplished without getting real low level into Lambda expression creation.  &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%2f134706.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f134706.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Dynamic_Queries_and_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Dynamic_Queries_and_Expressions</guid>
      <pubDate>Mon, 13 Aug 2007 11:08:49 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - UDF - Validate Integer Function</title>
      <description>I received quite a good feedback about my post about SQL SERVER - Validate Field For DATE datatype using function ISDATE()

One of the most interesting comment I received from my reader from Canada. I was suggested just like ISDATE() to write about ISNUMERIC() which can be used to validate numeric values.

As per BOL:
ISNUMERIC returns 1 when the input expression evaluates to a valid numeric data type; otherwise it returns 0. ISNUMERIC returns 1 for some characters that are not numbers, such as plus (+), minus (-), and valid currency symbols such as the dollar sign ($).

Now this is issue with ISNUMERIC() function. It even suggest variable as numeric when it is not. I use following function to validate instead of ISNUMERIC() to validate if number is numeric or not. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f11%2fsql-server-udf-validate-integer-function%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f11%2fsql-server-udf-validate-integer-function%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_UDF_Validate_Integer_Function</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_UDF_Validate_Integer_Function</guid>
      <pubDate>Sun, 12 Aug 2007 23:32:07 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL and attaching Entities</title>
      <description>I have been experimenting with LINQ to SQL in the middle tier and have run into the apparently common issue of re-attaching entities to a DataContext in cross tier scenarios. Either the support re-attachment is not there or it is broken but either way it doesn't work which makes it pretty tough to use LINQ to SQL in the middle tier. &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%2f134095.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f134095.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_attaching_Entities</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_attaching_Entities</guid>
      <pubDate>Sun, 12 Aug 2007 18:05:50 GMT</pubDate>
    </item>
    <item>
      <title>Use a CTE along with ROW_NUMBER() to Paginate Records in SQL 2005</title>
      <description>You may be familiar with ROW_NUMBER(), but did you know you'll also need to combine that with a Common Table Expression (CTE) to paginate through your records? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.troyd.net%2fPermaLink%2cguid%2c7456f256-faac-495d-b792-c745fee1024d.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.troyd.net%2fPermaLink%2cguid%2c7456f256-faac-495d-b792-c745fee1024d.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Use_a_CTE_along_with_ROW_NUMBER_to_Paginate_Records_in_SQL_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Use_a_CTE_along_with_ROW_NUMBER_to_Paginate_Records_in_SQL_2005</guid>
      <pubDate>Thu, 09 Aug 2007 17:34:06 GMT</pubDate>
    </item>
    <item>
      <title>Efficient data paging with SQL Server 2005 using ROW_NUMBER()</title>
      <description>Paging large amounts of data in SQL Server 2000 used to be a real pain, creating temporary tables, suffering bad performance after the first few batches of data or using ROWCOUNT to ignore large numbers of rows. Luckily SQL Server 2005 delivers a couple of new functions to make efficient painless data paging a reality. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.j-dee.com%2f2007%2f08%2f08%2fefficient-data-paging-with-sql-server-2005-using-row_number%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.j-dee.com%2f2007%2f08%2f08%2fefficient-data-paging-with-sql-server-2005-using-row_number%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Efficient_data_paging_with_SQL_Server_2005_using_ROW_NUMBER</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Efficient_data_paging_with_SQL_Server_2005_using_ROW_NUMBER</guid>
      <pubDate>Thu, 09 Aug 2007 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - Convert Text to Numbers (Integer) - CAST and CONVERT</title>
      <description>Few of the questions I receive very frequently. I have collect them in spreadsheet and try to answer them frequently. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f07%2f07%2fsql-server-convert-text-to-numbers-integer-cast-and-convert%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f07%2f07%2fsql-server-convert-text-to-numbers-integer-cast-and-convert%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_Convert_Text_to_Numbers_Integer_CAST_and_CONVERT</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_Convert_Text_to_Numbers_Integer_CAST_and_CONVERT</guid>
      <pubDate>Wed, 08 Aug 2007 23:58:28 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - One Thing All DBA Must Know</title>
      <description>FULLY BACKUP DATABASE.

I posted this post with only line. However I received many comments and questions asking different questions related to it. I have compiled all of them and modified this post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f04%2fsql-server-one-thing-all-dba-must-know%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f04%2fsql-server-one-thing-all-dba-must-know%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_One_Thing_All_DBA_Must_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_One_Thing_All_DBA_Must_Know</guid>
      <pubDate>Tue, 07 Aug 2007 05:21:17 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 - New and Exciting!</title>
      <description>Most exciting part of Microsoft Business Intelligence Conference was first public demostration of SQL Server 2008.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faliwriteshere.wordpress.com%2f2007%2f07%2f26%2fsql-server-2008-new-and-exciting%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faliwriteshere.wordpress.com%2f2007%2f07%2f26%2fsql-server-2008-new-and-exciting%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_New_and_Exciting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_New_and_Exciting</guid>
      <pubDate>Tue, 07 Aug 2007 02:54:54 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL Pipeline</title>
      <description>C# Principal Architect Matt Warren and Lead PM Luca Bolognese detail the pipeline that hastens your LINQ queries to execution. Matt did most of the design and implementation of this code. His explanations are vivid and useful. The drawings are well organized, well executed, and clearly explained. Matt and Luca have worked together for years, and they make an excellent team.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2007%2f08%2f06%2flinq-to-sql-pipeline-video-with-luca-bolognese-and-matt-warren.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2007%2f08%2f06%2flinq-to-sql-pipeline-video-with-luca-bolognese-and-matt-warren.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQ_to_SQL_Pipeline</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQ_to_SQL_Pipeline</guid>
      <pubDate>Thu, 09 Aug 2007 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - Stop SQL Server Immediately Using T-SQL</title>
      <description>This question has came up many quite a few times with our development team as well as emails I have received about how to stop SQL Server immediately (due to accidentally ran t-sql, business logic or just need of to stop SQL Server using T-SQL).

Answer is very simple, run following command in SQL Editor.

If you want to shutdown the system without performing checkpoints in every database and without attempting to terminate all user processes use following command.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f05%2fsql-server-stop-sql-server-immediately-using-t-sql%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f08%2f05%2fsql-server-stop-sql-server-immediately-using-t-sql%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_Stop_SQL_Server_Immediately_Using_T_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_Stop_SQL_Server_Immediately_Using_T_SQL</guid>
      <pubDate>Mon, 06 Aug 2007 05:06:28 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008: Locking with MERGE statement compared to Update/Inser</title>
      <description>How SQL Server 2008 MERGE statement locking compares to the locks held when doing &amp;quot;update if exists, insert if not&amp;quot; problem 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%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f08%2f03%2f60277.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f08%2f03%2f60277.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_Locking_with_MERGE_statement_compared_to_Update_Inser</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_Locking_with_MERGE_statement_compared_to_Update_Inser</guid>
      <pubDate>Fri, 03 Aug 2007 11:30:52 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - User Defined Functions (UDF) to Reverse String - UDF_Reve</title>
      <description>UDF_ReverseString User Defined Functions returns the Reversed String starting from certain position.
First parameters takes the string to be reversed.
Second parameters takes the position from where the string starts reversing.

Script of UDF_ReverseString function to return Reverse String &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f05%2f01%2fsql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f05%2f01%2fsql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_User_Defined_Functions_UDF_to_Reverse_String_UDF_Reve</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_User_Defined_Functions_UDF_to_Reverse_String_UDF_Reve</guid>
      <pubDate>Fri, 03 Aug 2007 05:08:06 GMT</pubDate>
    </item>
  </channel>
</rss>