Scheduled tasks
tom
Posts: 5
Hi,
I've got two questions :
- First, how can i delete a scheduled task, seems i can only create a new one, or modify it ?
- Secondly, i've got severals schedules working on a few server, but one of them is not working, they are no log for the shcedule task, the manualy backup task works perfectly, and when i execute the script of the schedule task, it works perfectly too .... how can fix this ?
Thanks for your answers
I've got two questions :
- First, how can i delete a scheduled task, seems i can only create a new one, or modify it ?
- Secondly, i've got severals schedules working on a few server, but one of them is not working, they are no log for the shcedule task, the manualy backup task works perfectly, and when i execute the script of the schedule task, it works perfectly too .... how can fix this ?
Thanks for your answers
Comments
What is the error that is raised for the scheduled backup that failed? Given the scenario, I would check that the SQL Server Agent service startup user has the necessary rights to the paths where you are creating the backup files in, and also that the job owner has the SQL Server sysadmin fixed server role assigned.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
For the schedules task, no error is raised, no log, no erros in the event viewer, nothing. Looks like the task doesn't eaven launch. But when i use the script of this task directly in the sql manager, it works perfectly .....
Re the scheduled job that failed, you mentioned that if you ran the job manually via SQL Server Agent, it ran successfully? Could you pls check that both the job and job step are enabled?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
When i said that i launch the job manually i used the script generated by the GUI and pasted it in the requete analyzer. But i just launch it with the sql agent and it works too. The job and job steps are activated. I re-actualised the schedule using sql agent, i'll check tomorow if it's ok