Vardecimal storage usage in SQL Server 2005
March 25th, 2007 by Vidas MatelisWith SQL Server 2005 Service Pack 2 Microsoft introduced storage format vardecimal. As I work a lot with big fact tables, I decided to test how this new format affects storage. If you want to get estimated impact on using vardecimal storage format, you can run stored procedure sp_estimated_rowsize_reduction_for_vardecimal. This SP expects table name as parameter and returns row count, average row length for fixed format and average row length for vardecimal format.
Posted in SQL Server | Comments Off on Vardecimal storage usage in SQL Server 2005