<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FruitBatInShades Code &#187; Uncategorized</title>
	<atom:link href="http://www.fruitbatscode.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fruitbatscode.com</link>
	<description>Where the fruitbat keeps his notes</description>
	<lastBuildDate>Thu, 13 May 2010 08:29:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Proper case SQL Function</title>
		<link>http://www.fruitbatscode.com/uncategorized/proper-case-sql-function</link>
		<comments>http://www.fruitbatscode.com/uncategorized/proper-case-sql-function#comments</comments>
		<pubDate>Mon, 27 Jul 2009 09:54:34 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=293</guid>
		<description><![CDATA[Simple function to convert a string to proper case CREATE FUNCTION PROPERCASE &#40; --The string to be converted to proper case @input varchar&#40;8000&#41; &#41; --This function returns the proper case string of varchar type RETURNS varchar&#40;8000&#41; AS BEGIN IF @input IS NULL BEGIN --Just return NULL if input string is NULL RETURN NULL END &#160; [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/uncategorized/proper-case-sql-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
