insert into 需要插入的表名 select * from 数据库.dbo.表名 where 插入条件='2016-06-02 00:00:00.000'
insert into inventory_hr select * from CS12.dbo.inventory_hr where storage_date='2016-06-02 00:00:00.000'
insert into 需要插入的表名 select * from 数据库.dbo.表名 where 插入条件='2016-06-02 00:00:00.000'
insert into inventory_hr select * from CS12.dbo.inventory_hr where storage_date='2016-06-02 00:00:00.000'