• Consider the below - this is my preferred way of solving this type of issue. (Redundant brackets around the outside because I would then likely add another unrelated condition that I don't want to be messed with by that OR statement):

    SELECT *

    FROM DriveMaster

    WHERE (DriveMaster.RecID in (@RecruiterID) OR DriveMaster.Ownertype = 1)