<?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>DevPaper.NET &#187; SQL</title>
	<atom:link href="http://www.devpaper.net/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devpaper.net</link>
	<description>You don&#039;t need a book if you can find the right paper</description>
	<lastBuildDate>Thu, 15 Dec 2011 15:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Case-Sensitive Calls to SQL</title>
		<link>http://www.devpaper.net/sql/case-sensitive-calls-to-sql/</link>
		<comments>http://www.devpaper.net/sql/case-sensitive-calls-to-sql/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 04:00:33 +0000</pubDate>
		<dc:creator>Derek Torrence</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.devpaper.net/?p=192</guid>
		<description><![CDATA[Storing case-sensitive information in a SQL database can be a bit of a challenge.  Traditionally, if you're going to store information that needs to be retrieved based on the case, you need to encrypt it.  But what happens when you are brought in on a project and a data set has been given to you, which has been created over a long period of time?  Sure, you can create an application that goes through and encrypts the data, then go through thousands of lines of code, to ensure that every reference to that field is changed to use your encryption method.  But maybe that's not an option.]]></description>
		<wfw:commentRss>http://www.devpaper.net/sql/case-sensitive-calls-to-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
