September 6, 2006 at 8:47 pm
September 6, 2006 at 10:45 pm
DB Owner gives complete access to the database. To be able to run JOb the user must be assigned to "processadmin" fixed server role(thats erver wide permission and he can run any jobs)
Hope this helps
Thanks
Sreejith
September 7, 2006 at 11:06 pm
September 8, 2006 at 10:19 am
I thought that processadmin could only kill processes. I recommend creating a new database role in msdb, adding the user to it, and granting EXECUTE permissions to the following stored procedures:
sp_start_job
sp_stop_job
sp_help_job
sp_help_jobstep
sp_help_jobschedule
sp_help_jobhistory
That should allow him to see, start, and stop jobs without being a member of sysadmin.
Greg
Greg
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply