没必要把,比如你把A的数据表TBA更新到B的TBB,那就每天执行一次job,存储过程的内容类似:
create proc test
as 
begin
  insert into b.dbo.b(xxxx)
select xxx from a.dbo.a
where 日期字段=convert(varchar(10),getdate(),23)
end如果不连续,自然会select出空数据集,插入也不会有影响