用b表的字段dname更新a表的字段dname:
update a set a.dname=b.dname from [aTable] a join [bTable] b on a.fk_bId=b.bId