We have set several jobs in SQL Server 2000. We want these jobs to be executed in sequential order i.e. failure should stop the next job from running a job. Can anyone help me in making this or reliance between scheduled jobs?
You can assign your job to the steps of a single job You can specify if the next step in case of error is executed.
Comments
Post a Comment