August 1, 2007 at 11:22 am
As I was reading in BOL, the bitwise operators seem to work for int and smaller. I've been using the bitwise operators wonderfully, until I had to change my field from an int to a bigint, due to size limitations. Are there comparable operators out there for the larger numbers or will I have to write the routine to handle it on my own?
Thanks in advance!
August 1, 2007 at 11:54 am
of course someone already had done this, so I didn't follow the rabbit down the hole to reinvent the wheel;
here's a link:
http://sqljunkies.com/WebLog/amachanic/archive/2005/01/25/6897.aspx
Lowell
August 1, 2007 at 12:19 pm
Thank you very much!
This definitely helps!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply