I have a bitmasked int field in my database. Usually I manage it through C# code, but now I need to flip a bit in the mask using T-SQL
How do I accomplish the follow
TSql Bitwise operators can be found here and good article on how to use them is here