<?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>Dev 4 Web &#187; SQL</title>
	<atom:link href="http://nordz.sauleil.com/category/programming/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://nordz.sauleil.com</link>
	<description>Just another Developer WordPress Discovery Channel</description>
	<lastBuildDate>Mon, 12 Apr 2010 08:17:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server 2005 quick tips</title>
		<link>http://nordz.sauleil.com/2008/11/05/sql-server-2005-quick-tips/</link>
		<comments>http://nordz.sauleil.com/2008/11/05/sql-server-2005-quick-tips/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:50:38 +0000</pubDate>
		<dc:creator>Nordes</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://nordz.sauleil.com/?p=200</guid>
		<description><![CDATA[
Where I work, we are currently using SQL Server 2005 and maybe in few weeks 2008. I had an issue when I wanted to have a distinct select while using text field so I did my little research.
I found out that &#8220;Text&#8221; column are depreciated and we should use &#8220;nVarchar(max)&#8221; instead. The varchar using the [...]]]></description>
			<content:encoded><![CDATA[<div class="ExternalClass73D65478AA5746BB8EE570F366E24B1E">
<p>Where I work, we are currently using SQL Server 2005 and maybe in few weeks 2008. I had an issue when I wanted to have a distinct select while using text field so I did my little research.</p>
<p>I found out that &#8220;Text&#8221; column are depreciated and we should use &#8220;nVarchar(max)&#8221; instead. The varchar using the &#8220;max&#8221; can use up to 2gb in memory, which means that we have no reason of not using it. With a varchar, we can do all the string manipulation, distinct and etc.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://nordz.sauleil.com/2008/11/05/sql-server-2005-quick-tips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
