SQL Server 2008 R2 November CTP is released for Microsoft Technet Subscribers from 09th November 2009, the same will be available to public on 11th November 2009.
Monthly Archives: November 2009 - Page 2
SQL-Articles Website Replenished with New Look
Posted by Vidhya Sagar
on November 8, 2009
No comments
I’m happy to announce you that today we have upgraded our main website to Content management system. Now we have more flexibility on posting articles. Some of the key features on new design
Data Compression – SQL Server 2008 – Part 1
Posted by Vidhya Sagar
on November 3, 2009
1 comment
Data compression is an enhanced feature available in SQL Server 2008. Database compression in SQL Server is introduced with SQL Server 2005 SP2 onwards where we have the capability to compress VARDECIMAL data type. This compression works when the actual value is less than the declared value, all the remaining values will be removed there by compressing the empty space. In SQL Server 2008 we have native compression techniques added to reduce the size of your database.