Backup compression in SQL Server 2008 
(Tibor Karaszi) Having a few moments to spare, I decided to give this a spin.
Specifying for the backup to be compressed is really simple. Just specify COMPRESSION in the WITH clause of the BACKUP command.
Read More >>