Data/Database Compression
Shrink DB Log File - While not strictly a compression subject, it does involve making things smaller.
Compress all Tables and Indexes - Generate scripts to compress all tables and indexes in a database. Filters can be applied to schema, table and index names.
List uncompressed tables and indexes - Lists all tables and indexes in a DB not compressed with the specified option. Also includes the code to compress/change them.