 




<?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: Compression in SQL Server 2008</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/compress/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/compress/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 23:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: rechil</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/compress/#comment-98614</link>
		<dc:creator>rechil</dc:creator>
		<pubDate>Fri, 04 Nov 2011 06:58:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-98614</guid>
		<description><![CDATA[There r two ways to take compress bkups ! 
Server level, which is by default. If u simply enable it by the following script....
        use master;
        go
        exec sp_configure &#039;backup compression default&#039;, &#039;1&#039;;
        reconfigure with override;

another is database level, which is non-default and create a backup by making use of the compression option in the backup. Go to Object explorer of SSMS &amp; select database / DB &gt; properties &gt; tasks &gt; backup &gt; options&gt; compression. That&#039;s it !

For more &amp; good info, plz &lt;a href=&quot;http://www9.unisys.com/eprise/main/admin/corporate/doc/41371394.pdf&quot;&gt;go here&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>There r two ways to take compress bkups !<br />
Server level, which is by default. If u simply enable it by the following script&#8230;.<br />
        use master;<br />
        go<br />
        exec sp_configure &#8216;backup compression default&#8217;, &#8217;1&#8242;;<br />
        reconfigure with override;</p>
<p>another is database level, which is non-default and create a backup by making use of the compression option in the backup. Go to Object explorer of SSMS &amp; select database / DB &gt; properties &gt; tasks &gt; backup &gt; options&gt; compression. That&#8217;s it !</p>
<p>For more &amp; good info, plz <a href="http://www9.unisys.com/eprise/main/admin/corporate/doc/41371394.pdf">go here</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 memcached
Database Caching 6/9 queries in 0.013 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 23:27:36 -->