I have a stored procedure that does two things...
1) It runs a series of jobs which run DTSs to transfer data into temp tables
2) It then runs a series of jobs that run stored procedures to process the data.
Question is how can I ensure that the DTSs run to completion before the stored procs run??
1) It runs a series of jobs which run DTSs to transfer data into temp tables
2) It then runs a series of jobs that run stored procedures to process the data.
Question is how can I ensure that the DTSs run to completion before the stored procs run??