VarDecimal
Enables variable numeric storage in SQL Server for the table. The default is off - no variable numeric storage. To enable variable number storage, the following command must also be run for the SQL Server database: sp_db_vardecimal_storage_format 'DatabaseName', 'ON'