update f1 set f1.[RowName] = f2.[RowName] from [DBTEST].[dbo].[Table1] f1 left join [DBTEST].[dbo].[Table2] f2 on f1.RodID = f2.RodID