Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for your replies.
Didn't know about this, but one never stops learning new things 🙂
January 24, 2011 at 3:48 am
#1277108
If your bit numbering starts from right to left, this could be what you need:
declare @Value bigint, -- The value we want to analyse
@BitToTest tinyint -- The...
August 8, 2008 at 3:46 am
#855001
GSquared (5/16/2008)Don't use Between for date ranges. Use:Where date >= '5/16/2008' and date < '5/17/2008'
GSquared (5/16/2008)
Where date >= '5/16/2008' and date < '5/17/2008'
Why?
May 25, 2008 at 10:17 pm
#820099