exec sp_help_job user account rights
- From: struchnjak <struchnjak@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 May 2009 01:21:01 -0700
Hi All,
Which access rights are required for one user to be able to get results from
the following:
exec msdb..sp_help_job @job_name = 'TEST',@job_aspect = N'job';
the same user can get the list of jobs from:
select * from sysjobs order by name
I can make it working only if I put the user into the sysadmin server role.
This is rather to much for a monitoring purpose.
Thank you,
Vladimir
.
- Follow-Ups:
- RE: exec sp_help_job user account rights
- From: struchnjak
- RE: exec sp_help_job user account rights
- Prev by Date: Re: Cross-DB ownership chaining not working SQL2005 SP2 on Win Serv 2003 R2 SP2
- Next by Date: RE: exec sp_help_job user account rights
- Previous by thread: Deny access to a few tables
- Next by thread: RE: exec sp_help_job user account rights
- Index(es):
Relevant Pages
|