﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>SQL Server Programmers Blog</title>
    <description>A weblog containing tips and advice on Microsoft SQL Server.</description>
    <link>http://www.sql-programmers.com/Blog/tabid/153/BlogId/1/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>expert@sql-programmers.com</managingEditor>
    <webMaster>info@alligatortek.com</webMaster>
    <pubDate>Wed, 08 Sep 2010 00:27:20 GMT</pubDate>
    <lastBuildDate>Wed, 08 Sep 2010 00:27:20 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.1.19887</generator>
    <item>
      <title>Set Operators in SQL Server (UNION, UNION ALL, INTERSECT, EXCEPT) </title>
      <description>&lt;p&gt;SET operators are mainly used to combine the same type of data from two or more tables. Although more than one select statement will then be present, only one result set is returned.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/46/Set-Operators-in-SQL-Server-UNION-UNION-ALL-INTERSECT-EXCEPT.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/46/Set-Operators-in-SQL-Server-UNION-UNION-ALL-INTERSECT-EXCEPT.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/46/Set-Operators-in-SQL-Server-UNION-UNION-ALL-INTERSECT-EXCEPT.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/46/Set-Operators-in-SQL-Server-UNION-UNION-ALL-INTERSECT-EXCEPT.aspx</guid>
      <pubDate>Tue, 31 Aug 2010 15:57:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=46</trackback:ping>
    </item>
    <item>
      <title>Extended Stored Procedures in SQL Server </title>
      <description>&lt;p&gt;“Undocumented Extended Stored Procedures” is a dynamic link library that runs directly in the address space of SQL Server. We can create our own extended stored procedures using the C Language. Query Analyzer will help you to run the Extended Stored Procedures. Here we are going to explain some useful extended undocumented stored procedures.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/45/Extended-Stored-Procedures-in-SQL-Server.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/45/Extended-Stored-Procedures-in-SQL-Server.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/45/Extended-Stored-Procedures-in-SQL-Server.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/45/Extended-Stored-Procedures-in-SQL-Server.aspx</guid>
      <pubDate>Wed, 18 Aug 2010 05:31:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=45</trackback:ping>
    </item>
    <item>
      <title>Partial Class in C#</title>
      <description>&lt;p&gt;Visual Studio .NET 2005, ASP.NET 2.0, shipped with a lesser-known functionality called a “Partial Class”. A Partial class is a class defined in 2 or more files. Each source file contains a section of the class which will combine when the application is compiled.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/44/Partial-Class-in-C.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/44/Partial-Class-in-C.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/4/default.aspx">.NET</category>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/44/Partial-Class-in-C.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/44/Partial-Class-in-C.aspx</guid>
      <pubDate>Tue, 10 Aug 2010 05:47:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=44</trackback:ping>
    </item>
    <item>
      <title>T-Sql Programmability Features in Sql server 2008 - Part 4</title>
      <description>&lt;p&gt;This is Part 4 of Tsql Features in Sql 2008. In this article we discussed about Table value parameters, Large user defined Types, Constructor support, The hieararcy id data type, DDL trigger enhancements and User defined Aggregate functions.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/43/T-Sql-Programmability-Features-in-Sql-server-2008-Part-4.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/43/T-Sql-Programmability-Features-in-Sql-server-2008-Part-4.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/43/T-Sql-Programmability-Features-in-Sql-server-2008-Part-4.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/43/T-Sql-Programmability-Features-in-Sql-server-2008-Part-4.aspx</guid>
      <pubDate>Wed, 04 Aug 2010 09:23:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=43</trackback:ping>
    </item>
    <item>
      <title>XML Webservice in SQL Server</title>
      <description>&lt;p&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;
&lt;meta name="ProgId" content="Word.Document"&gt;
&lt;meta name="Generator" content="Microsoft Word 11"&gt;
&lt;meta name="Originator" content="Microsoft Word 11"&gt;
&lt;link rel="File-List" href="file:///C:\DOCUME~1\Samson\LOCALS~1\Temp\msohtml1\01\clip_filelist.xml" /&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;w:WordDocument&gt;
&lt;w:View&gt;Normal&lt;/w:View&gt;
&lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
&lt;w:PunctuationKerning /&gt;
&lt;w:ValidateAgainstSchemas /&gt;
&lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
&lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
&lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
&lt;w:Compatibility&gt;
&lt;w:BreakWrappedTables /&gt;
&lt;w:SnapToGridInCell /&gt;
&lt;w:WrapTextWithPunct /&gt;
&lt;w:UseAsianBreakRules /&gt;
&lt;w:DontGrowAutofit /&gt;
&lt;/w:Compatibility&gt;
&lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;
&lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;style type="text/css"&gt;
&lt;!--
 /* Font Definitions */
 @font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:536871559 0 0 0 415 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
--&gt;
&lt;/style&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Microsoft provides a standard mechanism for accessing the database engine using SOAP via HTTP in SQL server 2005. Web services are Application Programming Interfaces, or web APIs, that will be accessed via the Hypertext Transfer Protocol and can be executed on a remote system. In order to run the following example, you have to install IIS.&lt;/span&gt;&lt;/meta&gt;
&lt;/meta&gt;
&lt;/meta&gt;
&lt;/meta&gt;
&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/42/XML-Webservice-in-SQL-Server.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/42/XML-Webservice-in-SQL-Server.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/42/XML-Webservice-in-SQL-Server.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/42/XML-Webservice-in-SQL-Server.aspx</guid>
      <pubDate>Mon, 02 Aug 2010 10:31:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=42</trackback:ping>
    </item>
    <item>
      <title>State Management in ASP.Net</title>
      <description>&lt;p&gt;State management is the process of maintaining state and web page information over multiple page requests.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/41/State-Management-in-ASP-Net.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/41/State-Management-in-ASP-Net.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/4/default.aspx">.NET</category>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/41/State-Management-in-ASP-Net.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/41/State-Management-in-ASP-Net.aspx</guid>
      <pubDate>Thu, 29 Jul 2010 11:16:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=41</trackback:ping>
    </item>
    <item>
      <title>SQL Constraints</title>
      <description>&lt;p&gt;A constraint is a rule or condition defined on a table or table column(s) to prevent wrong data from being entered into the database. DML operations like INSERT, UPDATE or DELETE that violate the constraints are not allowed to modify the data and thus the constraints maintain the database integrity (i.e. the accuracy and reliability of the data in the database).&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/40/SQL-Constraints.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/40/SQL-Constraints.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/40/SQL-Constraints.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/40/SQL-Constraints.aspx</guid>
      <pubDate>Mon, 26 Jul 2010 09:57:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=40</trackback:ping>
    </item>
    <item>
      <title>GARBAGE COLLECTION IN .NET</title>
      <description>&lt;p&gt;The term “Garbage collection” can be defined as management of the allocation and release of memory in an application. Garbage collection is the mechanism to manage the memory by clearing up the memory allocated for unused objects in the application.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/39/GARBAGE-COLLECTION-IN-NET.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/39/GARBAGE-COLLECTION-IN-NET.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/4/default.aspx">.NET</category>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/39/GARBAGE-COLLECTION-IN-NET.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/39/GARBAGE-COLLECTION-IN-NET.aspx</guid>
      <pubDate>Thu, 22 Jul 2010 06:45:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=39</trackback:ping>
    </item>
    <item>
      <title>Nullable types in C#</title>
      <description>&lt;p&gt;Nullable types are the instance of the System.Nullable struct. A Nullable type can represent the normal range of values and a null value.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/38/Nullable-types-in-C.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/38/Nullable-types-in-C.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/4/default.aspx">.NET</category>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/38/Nullable-types-in-C.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/38/Nullable-types-in-C.aspx</guid>
      <pubDate>Sat, 17 Jul 2010 05:39:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=38</trackback:ping>
    </item>
    <item>
      <title>Indexed View (or) Materialized View</title>
      <description>&lt;p&gt;Normally a view is just a SQL query which has only its definition but no data on its own until the view is executed. However, SQL Server allows us to create indexes on a view to significantly improve the performance of data retrieval operations.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/37/Indexed-View-or-Materialized-View.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/37/Indexed-View-or-Materialized-View.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/37/Indexed-View-or-Materialized-View.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/37/Indexed-View-or-Materialized-View.aspx</guid>
      <pubDate>Mon, 12 Jul 2010 08:48:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=37</trackback:ping>
    </item>
    <item>
      <title>SQL Aggregate Functions</title>
      <description>&lt;p&gt;SQL Server provides many built-in functions that operate on a set of input values and result in a single output value. In this article, we are going to look at commonly used aggregate functions.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/36/SQL-Aggregate-Functions.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/36/SQL-Aggregate-Functions.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/36/SQL-Aggregate-Functions.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/36/SQL-Aggregate-Functions.aspx</guid>
      <pubDate>Fri, 02 Jul 2010 08:42:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=36</trackback:ping>
    </item>
    <item>
      <title> SQL Trace (Transact-SQL)</title>
      <description>&lt;p&gt;SQL Trace provides a set of stored procedures to create traces on an instance of the SQL Server Database Engine. Through SQL Trace We can monitor events on SQL server without using SQL Profiler. Using SQL Trace we can find out who is using the database server, from which workstation or server, and which application is using it.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/35/-SQL-Trace-Transact-SQL.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/35/-SQL-Trace-Transact-SQL.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/35/-SQL-Trace-Transact-SQL.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/35/-SQL-Trace-Transact-SQL.aspx</guid>
      <pubDate>Tue, 29 Jun 2010 09:17:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=35</trackback:ping>
    </item>
    <item>
      <title>Dot NET Collections</title>
      <description>&lt;p&gt;Visual Basic .NET Collections are the data structures which hold the data in different ways for the operations. The important data structures in the collections are&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt; ArrayList&lt;/li&gt;
    &lt;li&gt; HashTable&lt;/li&gt;
    &lt;li&gt; Stack&lt;/li&gt;
    &lt;li&gt;Queue&lt;/li&gt;
    &lt;li&gt;Arrays&lt;/li&gt;
    &lt;li&gt;Dynamic Arrays&lt;/li&gt;
&lt;/ul&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/34/Dot-NET-Collections.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/34/Dot-NET-Collections.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/4/default.aspx">.NET</category>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/34/Dot-NET-Collections.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/34/Dot-NET-Collections.aspx</guid>
      <pubDate>Wed, 23 Jun 2010 03:25:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=34</trackback:ping>
    </item>
    <item>
      <title>Ranking Functions in SQL Server</title>
      <description>&lt;p&gt;Microsoft introduced ranking functions in Sql Server 2005, which allows the sequential numbering of the result set. These functions are used in the SELECT query and are made to result in another new column. It displays the rank, an integer value for each row of the result set. There are four new ranking functions that have been added to SQL Server 2005.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/33/Ranking-Functions-in-SQL-Server.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/33/Ranking-Functions-in-SQL-Server.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/33/Ranking-Functions-in-SQL-Server.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/33/Ranking-Functions-in-SQL-Server.aspx</guid>
      <pubDate>Wed, 16 Jun 2010 04:15:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=33</trackback:ping>
    </item>
    <item>
      <title>SQL String Functions</title>
      <description>&lt;p&gt;SQL Server provides built-in functions to handle strings. Each function performs an operation on a string and returns a string or numeric value.&lt;/p&gt;&lt;a href=http://www.sql-programmers.com/Blog/tabid/153/EntryId/32/SQL-String-Functions.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.sql-programmers.com/Blog/tabid/153/EntryId/32/SQL-String-Functions.aspx</link>
      <category domain="http://www.sql-programmers.com/blog/tabid/153/blogid/3/default.aspx">SQL Server</category>
      <author>expert@sql-programmers.com</author>
      <comments>http://www.sql-programmers.com/Blog/tabid/153/EntryId/32/SQL-String-Functions.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.sql-programmers.com/Blog/tabid/153/EntryId/32/SQL-String-Functions.aspx</guid>
      <pubDate>Mon, 14 Jun 2010 15:23:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.sql-programmers.com/DesktopModules/Blog/Trackback.aspx?id=32</trackback:ping>
    </item>
  </channel>
</rss>