I have two SQL jobs running on set schedule (every 15mins.)
One job is a Fetch routine; the second job is an SSIS pkg.
My concerns are decreased db performance as these jobs consume alot of time to execute.
I can add both job tasks into one SQL job to run, but I want a trigger to execute the job (not time).
When Table A receives a new recordset (comes from T-SQL separately during replication), I want the job to run.
How do I make this happen?
thx..bt7403
One job is a Fetch routine; the second job is an SSIS pkg.
My concerns are decreased db performance as these jobs consume alot of time to execute.
I can add both job tasks into one SQL job to run, but I want a trigger to execute the job (not time).
When Table A receives a new recordset (comes from T-SQL separately during replication), I want the job to run.
How do I make this happen?
thx..bt7403