如果是同一个实例下的两个数据库则可以直接更新如update table1 set col1 = b.col1 from 备份数据库名.dbo.table1 as b where table1.主键字段 = b.主键字段