BackUp the database with compression and without compression
BACKUP DATABASE May2013_CutOff_LCC_01062013
TO DISK = 'E:\May2013_CutOff_LCC_01062013.BAK'
WITH COMPRESSION
BACKUP DATABASE May2013_CutOff_LCC_01062013
TO DISK = 'C:\May2013_CutOff_LCC_01062013.BAK'
WITH NO_COMPRESSION, INIT