B
Bob Barnes
I have inherited a DB where, as an example, Long Integer
was assigned for "numbers" that would never exceed a value
of 100. I can change that DataType to Byte [Stores
numbers from 0 to 255 (no fractions)]. In theory. fingers
crossed, I would never lose any data. There are many joins
for the fields which would be "downsized" from Long to
Byte.
I have several issues where Double was assigned and it
should have been Single.
Changing the above should save storage space.
I will be sure to backup everything before trying this.
My question - Are there any "Traps" waiting for me when
I try this?
TIA - Bob
was assigned for "numbers" that would never exceed a value
of 100. I can change that DataType to Byte [Stores
numbers from 0 to 255 (no fractions)]. In theory. fingers
crossed, I would never lose any data. There are many joins
for the fields which would be "downsized" from Long to
Byte.
I have several issues where Double was assigned and it
should have been Single.
Changing the above should save storage space.
I will be sure to backup everything before trying this.
My question - Are there any "Traps" waiting for me when
I try this?
TIA - Bob