update t1 set t1.Field=t2.Field from Table1 t1 join Table2 t2 on t1.id=t2.id
Nothing spectacular about it. I simply keep forgetting the exact syntax and needing to look it up