What is the best way to convert an int or null to boolean value in an SQL query, such that:
You may want to do a Convert(BIT, Value) of your result. Because something SQL will return an error that the value is not a boolean.