 




<?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) size limit</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/varcharmax-size-limit/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/varcharmax-size-limit/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 16:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: msi77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/varcharmax-size-limit/#comment-73772</link>
		<dc:creator>msi77</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:03:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-73772</guid>
		<description><![CDATA[Try to use SS Native Client as ODBC driver.]]></description>
		<content:encoded><![CDATA[<p>Try to use SS Native Client as ODBC driver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niranjan56</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/varcharmax-size-limit/#comment-73761</link>
		<dc:creator>niranjan56</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:11:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-73761</guid>
		<description><![CDATA[good point Carlos - and apologies to everyone.
here is what my ODBC configuration looks like:
Microsoft SQL Server ODBC Driver Version 03.85.1117

Data Source Name: LMS Dev
Data Source Description: 
Server: WS2K3032SQL
Database: (Default)
Language: (Default)
Translate Character Data: Yes
Log Long Running Queries: No
Log Driver Statistics: No
Use Integrated Security: Yes
Use Regional Settings: No
Prepared Statements Option: Drop temporary procedures on disconnect
Use Failover Server: No
Use ANSI Quoted Identifiers: Yes
Use ANSI Null, Paddings and Warnings: Yes
Data Encryption: No

The SQL Server is running on some Intel machine, VB ver is 6.5,]]></description>
		<content:encoded><![CDATA[<p>good point Carlos &#8211; and apologies to everyone.<br />
here is what my ODBC configuration looks like:<br />
Microsoft SQL Server ODBC Driver Version 03.85.1117</p>
<p>Data Source Name: LMS Dev<br />
Data Source Description:<br />
Server: WS2K3032SQL<br />
Database: (Default)<br />
Language: (Default)<br />
Translate Character Data: Yes<br />
Log Long Running Queries: No<br />
Log Driver Statistics: No<br />
Use Integrated Security: Yes<br />
Use Regional Settings: No<br />
Prepared Statements Option: Drop temporary procedures on disconnect<br />
Use Failover Server: No<br />
Use ANSI Quoted Identifiers: Yes<br />
Use ANSI Null, Paddings and Warnings: Yes<br />
Data Encryption: No</p>
<p>The SQL Server is running on some Intel machine, VB ver is 6.5,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/varcharmax-size-limit/#comment-73743</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 11 Feb 2010 22:40:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-73743</guid>
		<description><![CDATA[Well, you didn&#039;t mention that you were getting an error, nor did you mention that you were using ODBC.

I think the ODBC driver could be causing the error.

Are there some other details you might want to provide ??]]></description>
		<content:encoded><![CDATA[<p>Well, you didn&#8217;t mention that you were getting an error, nor did you mention that you were using ODBC.</p>
<p>I think the ODBC driver could be causing the error.</p>
<p>Are there some other details you might want to provide ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niranjan56</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/varcharmax-size-limit/#comment-73739</link>
		<dc:creator>niranjan56</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:14:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-73739</guid>
		<description><![CDATA[ok - so 2 Gb of data is 2^31 characters, way WAY over 8000 characters - right?
so why do I get &quot;[Microsoft][ODBC SQL Server Driver]String data, right truncation&quot; error when I try to insert any thing more than 8000 characters?]]></description>
		<content:encoded><![CDATA[<p>ok &#8211; so 2 Gb of data is 2^31 characters, way WAY over 8000 characters &#8211; right?<br />
so why do I get &#8220;[Microsoft][ODBC SQL Server Driver]String data, right truncation&#8221; error when I try to insert any thing more than 8000 characters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niranjan56</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/varcharmax-size-limit/#comment-73730</link>
		<dc:creator>niranjan56</dc:creator>
		<pubDate>Thu, 11 Feb 2010 18:08:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-73730</guid>
		<description><![CDATA[I have SQL Server 2005 and I have defined the table field to be varchar(max) but it&#039;s not accepting anything more than 8000.]]></description>
		<content:encoded><![CDATA[<p>I have SQL Server 2005 and I have defined the table field to be varchar(max) but it&#8217;s not accepting anything more than 8000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gent01</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/varcharmax-size-limit/#comment-73726</link>
		<dc:creator>gent01</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:39:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-73726</guid>
		<description><![CDATA[Depends on what database version you are using:

SQL Server 2000 can only store up to 8000 characters in a &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/aa258242%28SQL.80%29.aspx&quot;&gt;&lt;/a&gt;VARCHAR field. I don&#039;t believe it supports the MAX option.

SQL Server 2005, 2008 still only supports 8000 characters for &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms176089%28SQL.90%29.aspx&quot;&gt;VARCHAR&lt;/a&gt;, but thet also adds the MAX option which will allow you to store 2.1M.]]></description>
		<content:encoded><![CDATA[<p>Depends on what database version you are using:</p>
<p>SQL Server 2000 can only store up to 8000 characters in a <a href="http://msdn.microsoft.com/en-us/library/aa258242%28SQL.80%29.aspx"></a>VARCHAR field. I don&#8217;t believe it supports the MAX option.</p>
<p>SQL Server 2005, 2008 still only supports 8000 characters for <a href="http://msdn.microsoft.com/en-us/library/ms176089%28SQL.90%29.aspx">VARCHAR</a>, but thet also adds the MAX option which will allow you to store 2.1M.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.013 seconds using memcached
Object Caching 338/341 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 16:58:25 -->