Bitwise options for bigint?

  • 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!

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • 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