Is there any advantage of using int vs varbinary for storing bit masks in terms of performance or flexibility.
For my purposes, I will always be doing reads on these bit
Well, considering an int has less storage space and is generally a little easier to work with I'm not sure why you'd use a varbinary.