Does anybody knows if SQL Server agent can perform job dependencies, for example do not start Job B unless job A completes successfully or the job finished (sucessfully or not)
I'm trying to do something like that , but I'm not sure if that is possible with SQL server agent. Using SQL server 2K SP4
Thank you