Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Agent Job Also Runs *OTHER* Jobs

Author  Topic 

jbates99
Constraint Violating Yak Guru

396 Posts

Posted - 2013-02-18 : 15:38:18
Hello everyone.

I'm using 2008 R2
I have a job which executes 1 SSIS package.

My problem is that the job (somehow!) also executes 4 other jobs.
I scripted the job and it only has 1 step and that step executes the correct SSIS package. And nothing in that package refers to any other packages.

I'm scratching my head on this one.
Have you ever seen this issue?

Thanks, Jack

jbates99
Constraint Violating Yak Guru

396 Posts

Posted - 2013-02-18 : 19:32:25
... I deleted the SSIS package and the job.

Recreated both, using different names than the original.

Now the job doesn't also execute other jobs.

I have worked with SQL Server since version 7. This was one of the strangest problems I've encountered.

Closing this thread. Jack
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-02-19 : 00:08:33
quote:
Originally posted by jbates99

... I deleted the SSIS package and the job.

Recreated both, using different names than the original.

Now the job doesn't also execute other jobs.

I have worked with SQL Server since version 7. This was one of the strangest problems I've encountered.

Closing this thread. Jack


I'm sure it had some event handler logic which called and executed the other jobs. Or may be some trigger logic on tables the package used to call the other jobs, otherwise this wont happen

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -