G
Guest
I have 4 columns in a sql database which contain the value 0 or 1. From a
speed/storage standpoint, does it make any difference whether I treat these
columns as bit or tinyint. Don't both take a byte for storage and
transmittal.
By the same token, in net programming, is a system.boolean any more efficent
in storage size and transmittal rate than a system.byte.
Fred Herring
speed/storage standpoint, does it make any difference whether I treat these
columns as bit or tinyint. Don't both take a byte for storage and
transmittal.
By the same token, in net programming, is a system.boolean any more efficent
in storage size and transmittal rate than a system.byte.
Fred Herring