Lee posted on March 23, 2010 12:11

One thing that I have not done lately is delve into all of the cool SQL Server 2005-2008 features that are targeted for administrators as much as I would like;  although my roles lately have been centered on our around development and SSIS, I still try to remain knowledgeable, because my next gig might require them!  Today I found a blog on MSDN that you might want to go check out, and it’s on database compression. It’s located at this link.  Mostly a reminder, its a high-level on compression, and includes a couple of links worth investigating.

One feature that I honestly was never aware of was the Database Compression Wizard. I always used the sp_estimate_data_compression_savings system stored procedure for getting information on what the table would look like, but it’s just as easy to right-click on your table, choose Storage, and then Manage Compression. There you can choose row or page compression and then hit calculate to see your savings.  Very cool.

Compression is a great feature in SQL Server, and I would consider using it without hesitation in a data warehousing setting first on older data (partitions, log tables, archives, static data, etc. come to mind). From there, it would be worth the effort to engage in considerable testing for performance at anything beyond. 

Lee

 

---------------------------

Admins rock…but devs rule!!!

admin

 

Refs

http://blogs.msdn.com/teamcenteronsql/archive/2010/03/19/sql-server-data-compression.aspx


blog comments powered by Disqus

by Lee Everest, M.S.

Poll

Do you use Azure or cloud in your organization?



Show Results

Ads

Search


Month List

Calendar

«  February 2012  »
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
2728291234
567891011
View posts in large calendar

Tags

Disclaimer
The opinions, code, examples, et.al. expressed herein are my own personal opinions and do not represent my employer's view in any way, shape form, or fashion.  All code for demonstration purposes - no guarantees, either written or implied, are made.

© Copyright 2012 Lee Everest's SQL Server, etc. weblog