作业是由sql代理服务来自动调度的,与数据库的数据没有什么关系你可以在作业处理语句中做判断:
if exists(select * from a)
begin
  insert into b select * From a
  ....
end