日期:2014-05-18 浏览次数:20530 次
A 复制数据到 B 在A 中写一个存储过程(逻辑是 insert into B.dbo.tb select * form A.dbo.tb where ..) 然后在A 上创建 JOB(作业) 定时执行 该存储过程 ------解决方案-------------------- 参考 http://dufei.blog.51cto.com/382644/84645