Hi,
I have a money field on one of my tables (linked to SQL server). This field is empty on about half the rows.
Is it better to keep the field null when empty, or initialize it with zeroes? Is one method more efficient for storage?
Thanks in advance,
Lori
ps - I posted this on another forum yesterday, but this forum may be more appropriate
I have a money field on one of my tables (linked to SQL server). This field is empty on about half the rows.
Is it better to keep the field null when empty, or initialize it with zeroes? Is one method more efficient for storage?
Thanks in advance,
Lori
ps - I posted this on another forum yesterday, but this forum may be more appropriate