Google-fu is failing me on this one. Can anyone briefly explain what the following statement would do?:
UPDATE
message WITH (ROWLOCK)
SET
message = message | 2
I found this in a trigger, and I am unable to find docs explaining what the | character does in a statement like this.
That is a bitwise OR