Hi,
I have a non-admin user that I would like to grant "sp_start_job" permissions to.
I ran this statement successfully:
grant execute on sp_start_job to myNonAdminUser
However, when I log in as this user, and attempt to start a job, it says that the "@job_name does not exist"
The job does exist and will run under a sysadmin user. So this is a permissions issue. How do I resolve this?
Thanks!
I have a non-admin user that I would like to grant "sp_start_job" permissions to.
I ran this statement successfully:
grant execute on sp_start_job to myNonAdminUser
However, when I log in as this user, and attempt to start a job, it says that the "@job_name does not exist"
The job does exist and will run under a sysadmin user. So this is a permissions issue. How do I resolve this?
Thanks!