all groups > sql server data warehouse > january 2006 >
You're in the

sql server data warehouse

group:

Zero Values



Zero Values thecoolguy NO[at]SPAM gmail.com
1/26/2006 1:33:03 PM
sql server data warehouse: I am building a fact table containing 6 measures. For about 90% of the
rows, 3-4 measures will be zero. What is the best data type to use for
the measures?
Re: Zero Values Jéjé
1/26/2006 9:33:35 PM
what are your values when its a non zero value?
focus on the larger number you have to store, not the smallest one.

[quoted text, click to view]

Re: Zero Values David Lundell
1/28/2006 6:35:13 AM
Will your measures be zero or null (absence of data -- no sales that day)?

If it is null then your cube will be smaller since Analysis Services does
not calculate and store the measures when it is null. If it is zero than
Analysis Services will calculate and store the data in the cube.


--
David Lundell
Principal Consultant and Trainer
www.MutuallyBeneficial.com
David@MutuallyBeneficial.com

[quoted text, click to view]

AddThis Social Bookmark Button