• Try this

    declare @janflag as varchar(56)

    declare @febflag as varchar(56)

    BEGIN

    set @janflag ='y'

    set @febflag ='y' --[ SELECT TOP 1 febfl FROM saupdate ]

    <<ALLL your udpate statements here>>

    End

    Vikash Kumar Singh || www.singhvikash.in