<?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: SQL Server Data Compression: It’s a Party!</title>
	<atom:link href="http://www.brentozar.com/archive/2009/08/sql-server-data-compression-its-a-party/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brentozar.com/archive/2009/08/sql-server-data-compression-its-a-party/</link>
	<description>Your technology pain-relief experts.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:37:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://www.brentozar.com/archive/2009/08/sql-server-data-compression-its-a-party/comment-page-1/#comment-21015</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Wed, 19 May 2010 13:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=4729#comment-21015</guid>
		<description>Paul - howdy, sir.  The cost is usually heavy on highly written tables.  If something&#039;s being constantly inserted/updated/deleted, the CPU cost might overcome the IO benefits.  The best scenario is large tables that get rarely updated, like data warehouse fact tables.</description>
		<content:encoded><![CDATA[<p>Paul &#8211; howdy, sir.  The cost is usually heavy on highly written tables.  If something&#8217;s being constantly inserted/updated/deleted, the CPU cost might overcome the IO benefits.  The best scenario is large tables that get rarely updated, like data warehouse fact tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.brentozar.com/archive/2009/08/sql-server-data-compression-its-a-party/comment-page-1/#comment-21013</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 19 May 2010 13:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=4729#comment-21013</guid>
		<description>At what cost is compression ?

Being in this field for a number of years, there is one thing I learned &quot;You get nuttin&#039; for free, there is always a cost&quot;.  I am ready to migrate one of our risk systems to 2008 from 2005, and compression looks like gold (gold, Jerry gold - Banya), especially for some of the huge, flattened out fact tables that are in the system, I&#039;m talking a 7K row.  I did not realize that you can use BOTH row and page compression on a table.</description>
		<content:encoded><![CDATA[<p>At what cost is compression ?</p>
<p>Being in this field for a number of years, there is one thing I learned &#8220;You get nuttin&#8217; for free, there is always a cost&#8221;.  I am ready to migrate one of our risk systems to 2008 from 2005, and compression looks like gold (gold, Jerry gold &#8211; Banya), especially for some of the huge, flattened out fact tables that are in the system, I&#8217;m talking a 7K row.  I did not realize that you can use BOTH row and page compression on a table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://www.brentozar.com/archive/2009/08/sql-server-data-compression-its-a-party/comment-page-1/#comment-19741</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Mon, 12 Apr 2010 20:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=4729#comment-19741</guid>
		<description>Hugo - yep, and you also have to make sure you don&#039;t have Standard Edition in your disaster recovery environment.  That makes for an ugly surprise when you try to recover from a production outage only to find you don&#039;t have the right edition available, and you can&#039;t restore your databases.  Whoops!</description>
		<content:encoded><![CDATA[<p>Hugo &#8211; yep, and you also have to make sure you don&#8217;t have Standard Edition in your disaster recovery environment.  That makes for an ugly surprise when you try to recover from a production outage only to find you don&#8217;t have the right edition available, and you can&#8217;t restore your databases.  Whoops!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Shebbeare, SQL Server MVP</title>
		<link>http://www.brentozar.com/archive/2009/08/sql-server-data-compression-its-a-party/comment-page-1/#comment-19740</link>
		<dc:creator>Hugo Shebbeare, SQL Server MVP</dc:creator>
		<pubDate>Mon, 12 Apr 2010 20:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentozar.com/?p=4729#comment-19740</guid>
		<description>Great points! Didn&#039;t think about inheritance. I wrote on this subject with &lt;a href=&quot;http://www.sqlservercentral.com/blogs/hugo/archive/2009/01/03/sql-2008-row-and-page-compression-or-sql-2005-post-sp2-vardecimal-conversion.aspx&quot; rel=&quot;nofollow&quot;&gt;several code examples on SSC last year&lt;/a&gt;, with even a &lt;a href=&quot;http://www.intellabase.com/SQLdbCompressionVT.pptx&quot; rel=&quot;nofollow&quot;&gt;presentation given in Vermont&lt;/a&gt;, last Spring.

It was early 2009 I posted, after a great project in previous Spring of 2008 using SQL 2005 Entreprise Ed.&#039;s VarDecimal conversion - highly effective if you are still in SQL 2005 and your databases are heavy financial decimal data type dependant. 

If you are using 2005/8 Developer Edition, you have all the features of Enterprise, therefore you can compress with ease - u just cannot use Standard Ed. for this function.

&lt;a href=&quot;http://www.sqlservercentral.com/blogs/hugo/archive/2009/04/14/sql-server-2005-8-database-compression-talk-in-burlington-vermont-april-15th.aspx&quot; rel=&quot;nofollow&quot;&gt;More code examples for SQL Server 2008&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Great points! Didn&#8217;t think about inheritance. I wrote on this subject with <a href="http://www.sqlservercentral.com/blogs/hugo/archive/2009/01/03/sql-2008-row-and-page-compression-or-sql-2005-post-sp2-vardecimal-conversion.aspx" rel="nofollow">several code examples on SSC last year</a>, with even a <a href="http://www.intellabase.com/SQLdbCompressionVT.pptx" rel="nofollow">presentation given in Vermont</a>, last Spring.</p>
<p>It was early 2009 I posted, after a great project in previous Spring of 2008 using SQL 2005 Entreprise Ed.&#8217;s VarDecimal conversion &#8211; highly effective if you are still in SQL 2005 and your databases are heavy financial decimal data type dependant. </p>
<p>If you are using 2005/8 Developer Edition, you have all the features of Enterprise, therefore you can compress with ease &#8211; u just cannot use Standard Ed. for this function.</p>
<p><a href="http://www.sqlservercentral.com/blogs/hugo/archive/2009/04/14/sql-server-2005-8-database-compression-talk-in-burlington-vermont-april-15th.aspx" rel="nofollow">More code examples for SQL Server 2008</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 536/544 objects using disk: basic

Served from: www.brentozar.com @ 2012-02-09 05:36:32 -->
