SQL 2008 Backup Compression -- Real World

by Rob 23. May 2010 16:37

One new feature in the SQL 2008 product line is on-the-fly compression of backups as a built-in feature of the SQL Relational database.  I've been excited about this feature, and anecdotally happy with the results.

Today I took a few minutes to do a head-to-head comparison of compressed vs. non-compressed backups.  And just for good measure I added in a test to compare the on-the-fly compression with using a secondary compression (WinRar).  This latter approach is one that we've all used for years, and I was interested to see whether I would be "forever done" with using secondary compression now that compression is "baked in" to the product.

The following tests are against a 10.2GB SQL database running on SQL 2008R2 x64 on an 8-CPU database server.

Here are my results:

  Time to make backup Time for secondary compression Total Time Final size of backup on disk
Uncompressed Backup 5 minutes N/A 5 minutes 5.4GB
Compressed by SQL during Backup 1 minute N/A 1 minute 1.25GB
Make uncompressed backup, then compress with WinRar 5 minutes 13 minutes 18 minutes 0.75GB

Tags: ,

SQL Server 2008

Updated Windows Installer Needed for SQL Server 2008 Client Components

by keruibo 8. August 2008 23:11

Windows 2008 shipped recently, and I've been updating my field kit with all of the various installation media and supplemental programs needed for client site deployments.

One issue I ran into is when installing the Books Online standalone package on my Vista x64 laptop:

"This installation package cannot be installed by the Windows Installer service.  You must install a Windows service pack that contains a newer version of the Windows Installer service."

The message is pretty self-explanatory, but it was strange that at this time Windows Update indicates my computer is all up-to-date. 

To resolve this issue I needed to manually download the update to Windows Installer 4.5, apply it, and reboot. Then installing the updated install package proceeded normally.

 

Tags:

Configuration | SQL Server

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010 Rob Kerr's BI Blog