hi everyone,
I have a need to enable 1 user to execute a certain job.
'dbo' is the jobs owner and the user has 'dbo' permissions in the msbs and the user database.
When the user executes:
use msdb
exec sp_start_job 'the job name'
they get "Job does not exist"
What are the other permissions I need to grant so they can execute this job?
Thanks, John
I have a need to enable 1 user to execute a certain job.
'dbo' is the jobs owner and the user has 'dbo' permissions in the msbs and the user database.
When the user executes:
use msdb
exec sp_start_job 'the job name'
they get "Job does not exist"
What are the other permissions I need to grant so they can execute this job?
Thanks, John