• malleswarareddy_m (4/4/2010)


    declare @bit bit

    set @bit='00000'

    select @bit

    This gives 1 as output.

    This must be a typo because the result is 0.