<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VARCHAR (MAX), NVARCHAR (MAX) and NTEXT Data Types</title>
	<atom:link href="http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: anil</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-3238</link>
		<dc:creator>anil</dc:creator>
		<pubDate>Sun, 10 Mar 2013 10:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-3238</guid>
		<description><![CDATA[Thanks,]]></description>
		<content:encoded><![CDATA[<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-3158</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Tue, 26 Feb 2013 13:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-3158</guid>
		<description><![CDATA[sometimes I create nvarchar(max) columns but I index on a calculated column of the first N positions: fits many query needs while matching the size of a string in the application - if you say nvarchar(200), you can be sure you will need 205 one of these days etc]]></description>
		<content:encoded><![CDATA[<p>sometimes I create nvarchar(max) columns but I index on a calculated column of the first N positions: fits many query needs while matching the size of a string in the application &#8211; if you say nvarchar(200), you can be sure you will need 205 one of these days etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-2997</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 24 Jan 2013 16:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-2997</guid>
		<description><![CDATA[Perfect article!!!  Thank you!]]></description>
		<content:encoded><![CDATA[<p>Perfect article!!!  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-2996</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 24 Jan 2013 16:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-2996</guid>
		<description><![CDATA[Very intuitive article, thank you!]]></description>
		<content:encoded><![CDATA[<p>Very intuitive article, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-2971</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Mon, 21 Jan 2013 19:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-2971</guid>
		<description><![CDATA[Nice article.]]></description>
		<content:encoded><![CDATA[<p>Nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Ranieri</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-2968</link>
		<dc:creator>Andre Ranieri</dc:creator>
		<pubDate>Mon, 21 Jan 2013 14:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-2968</guid>
		<description><![CDATA[Jeff:
Good point.  Michelle Ufford at GoDaddy wrote a very good blog on &quot;right sizing&quot; and the impact it had on data performance on tables containing billions of rows.
http://inside.godaddy.com/scaling-database-data-types/]]></description>
		<content:encoded><![CDATA[<p>Jeff:</p>
<p>Good point.  Michelle Ufford at GoDaddy wrote a very good blog on &#8220;right sizing&#8221; and the impact it had on data performance on tables containing billions of rows.</p>
<p><a href="http://inside.godaddy.com/scaling-database-data-types/" rel="nofollow">http://inside.godaddy.com/scaling-database-data-types/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aquila</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-2965</link>
		<dc:creator>Aquila</dc:creator>
		<pubDate>Mon, 21 Jan 2013 12:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-2965</guid>
		<description><![CDATA[Great article, nice and easy to understand for a any novice!!!]]></description>
		<content:encoded><![CDATA[<p>Great article, nice and easy to understand for a any novice!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh Mohandas</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-2963</link>
		<dc:creator>Mahesh Mohandas</dc:creator>
		<pubDate>Mon, 21 Jan 2013 11:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-2963</guid>
		<description><![CDATA[Nice one !!!]]></description>
		<content:encoded><![CDATA[<p>Nice one !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Moden</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-2962</link>
		<dc:creator>Jeff Moden</dc:creator>
		<pubDate>Mon, 21 Jan 2013 11:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-2962</guid>
		<description><![CDATA[I have to tell you that if I ever caught a developer making a Student_Name column using any form of blob, I&#039;d have to chase them until their heels smoked.
Perhaps a more appropriate article would be on the extreme advantages of &quot;right sizing&quot;.  Just having a BLOB in a table prevents ONLINE indexing of the clustered index in the Enterprise Edition even if the column IS NOT one of the key columns.]]></description>
		<content:encoded><![CDATA[<p>I have to tell you that if I ever caught a developer making a Student_Name column using any form of blob, I&#8217;d have to chase them until their heels smoked.</p>
<p>Perhaps a more appropriate article would be on the extreme advantages of &#8220;right sizing&#8221;.  Just having a BLOB in a table prevents ONLINE indexing of the clustered index in the Enterprise Edition even if the column IS NOT one of the key columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.sql-server-performance.com/2012/varchar-max-nvarchar-max-ntext-data-types/#comment-2959</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Mon, 21 Jan 2013 05:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3453#comment-2959</guid>
		<description><![CDATA[But what about fragmentation?  Text is a consistent size (a pointer to another location), and thus fragmentation is lower than when using Varchar, assuming you will never want to index the Text.  Is this correct?]]></description>
		<content:encoded><![CDATA[<p>But what about fragmentation?  Text is a consistent size (a pointer to another location), and thus fragmentation is lower than when using Varchar, assuming you will never want to index the Text.  Is this correct?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
