update s set nutritionalFactPanelVersion = 3 from tbl_PRD_Skus s with(nolock) where s.fsl_tableCode = 'MFR' and s.ownerId = 429 and s.nutritionalFactPanelVersion <> 3 and day( s.gs1_syncdate ) = day( getdate() ) and month( s.gs1_syncdate ) = month( getdate() ) and year( s.gs1_syncdate ) = year( getdate() )