Implementing Data Compression in SQL Server 2008 
(Edwin Sarmiento) As we are looking through the new features in SQL Server 2008 we found a potentially interesting one called Data Compression which we can use to reduce the size of tables, indexes or a subset of their partitions. Can you give us a detailed explanation of how we go about using this one?
Read Article >>