• Thanks!

    declare @t varchar(10) = 'FALSE'

    ,@b bit

    SET @b-2 = CAST(@t as bit)

    select @b-2

    WHERE @b-2 = 'FALSE'