My DBA says that a column defined, for instance, as DECIMAL(11,2) and
containing a value of 1.00 takes up no more space on the database disk than
a column defined as DECIMAL(7,2) and containing a value of 1.00.
I am honestly having a hard time believing this, but I don't know where I
can find the answer.
Help?
Thanks,
Frank
containing a value of 1.00 takes up no more space on the database disk than
a column defined as DECIMAL(7,2) and containing a value of 1.00.
I am honestly having a hard time believing this, but I don't know where I
can find the answer.
Help?
Thanks,
Frank
Comment