<?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>Eric Fickes &#187; truncated results</title>
	<atom:link href="http://ericfickes.com/tag/truncated-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericfickes.com</link>
	<description>Design minded Internet Programmer</description>
	<lastBuildDate>Fri, 28 Oct 2011 04:14:43 +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>Does SQL Server Management Studio truncate your results?</title>
		<link>http://ericfickes.com/2010/02/does-sql-server-management-studio-truncate-your-results/</link>
		<comments>http://ericfickes.com/2010/02/does-sql-server-management-studio-truncate-your-results/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:52:28 +0000</pubDate>
		<dc:creator>Eric Fickes</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[tsql]]></category>
		<category><![CDATA[column size]]></category>
		<category><![CDATA[max characters]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[results to text]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server management studio]]></category>
		<category><![CDATA[truncated results]]></category>

		<guid isPermaLink="false">http://ericfickes.com/?p=1103</guid>
		<description><![CDATA[Ever work with query results that are so long SQL Server Management Studio truncates the results? I ran into this issue recently while running some utility sprocs that generate C# code for me.  I was thinking I&#8217;d have to refactor &#8230; <a href="http://ericfickes.com/2010/02/does-sql-server-management-studio-truncate-your-results/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ever work with query results that are so long SQL Server Management Studio truncates the results?</p>
<div id="attachment_1104" class="wp-caption aligncenter" style="width: 567px"><a href="http://ericfickes.com/wp-content/uploads/2010/02/1.truncated-result.png" rel="lightbox[1103]"><img class="size-full wp-image-1104" title="Results to text are truncated" src="http://ericfickes.com/wp-content/uploads/2010/02/1.truncated-result.png" alt="truncated query results" width="557" height="408" /></a><p class="wp-caption-text">sproc results are truncated</p></div>
<p>I ran into this issue recently while running some utility sprocs that generate C# code for me.  I was thinking I&#8217;d have to refactor my sprocs, but then I found this helpful setting under Query Options.</p>
<div id="attachment_1107" class="wp-caption aligncenter" style="width: 673px"><a href="http://ericfickes.com/wp-content/uploads/2010/02/2.qry-max-char1.png" rel="lightbox[1103]"><img class="size-full wp-image-1107" title="Query Options Dialog" src="http://ericfickes.com/wp-content/uploads/2010/02/2.qry-max-char1.png" alt="This is the Query Options dialog" width="663" height="401" /></a><p class="wp-caption-text">Update Max.num characters per column in Query Options &gt; Results &gt; Text</p></div>
<p>This solved my problem and will hopefully solve yours as well.</p>
<ol>
<li>Right click the query editor</li>
<li>Left click &#8220;Query Options&#8230;&#8221;</li>
<li>Expand Results in the tree on the left ( in popup dialog )</li>
<li>Click on Text under Results</li>
<li>Set &#8220;Maximum number of characters displayed in each column&#8221; to a number large enough to see all your results.</li>
</ol>
<p>Quick and easy, hope I remember this setting.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericfickes.com/2010/02/does-sql-server-management-studio-truncate-your-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

