Viewing 3 posts - 1 through 3 (of 3 total)
The decision on using UTC dates should be resolved in the design stage of any system. IF! the application in ONLY ever going to use local datetimes, then local...
February 26, 2010 at 6:08 am
#1125515
Grasshopper, have you done any performance checks on things like;
Select count(*) where bitfield1 = 1 and bitfield2 = 0 and bitfield3 = 1 and.... for up to 64 bits?
What...
May 23, 2009 at 10:44 am
#999345
I am a big proponent of bitmasks but I have found that other SQL developers have a hard time coming to grips with the concept. (I am an engineer by...
May 21, 2009 at 11:14 am
#998416