Re: Can any please tell me how to make a user to see sql jobs.
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 09/04/05
- Previous message: Raju: "Can any please tell me how to make a user to see sql jobs."
- In reply to: Raju: "Can any please tell me how to make a user to see sql jobs."
- Next in thread: Raju: "Re: Can any please tell me how to make a user to see sql jobs."
- Reply: Raju: "Re: Can any please tell me how to make a user to see sql jobs."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 3 Sep 2005 22:02:30 -0600
Hi,
Setup a SQL Agent proxy account.
>From books online:-
When sp_help_job is invoked by a user who is a member of the sysadmin fixed
server role, sp_help_job will be executed under the security context in
which the SQL Server service is running. When the user is not a member of
the sysadmin group, sp_help_job will impersonate the SQL Server Agent proxy
account, which is specified using xp_sqlagent_proxy_account. If the proxy
account is not available, sp_help_job will fail. This is true only for
Microsoft® Windows NT® 4.0 and Windows 2000. On Windows 9.x, there is no
impersonation and sp_help_job is always executed under the security context
of the Windows 9.x user who started SQL Server.
Thanks
Hari
SQL Server MVP
"Raju" <npraju1@hotmail.com> wrote in message
news:OSEJk0AsFHA.3720@TK2MSFTNGP14.phx.gbl...
> Can any please tell me how to make a user to see sql jobs.
> I know sys admins can see the jobs, but i want to give access to a user
> who
> is not sys admin.
>
> Thanks
> Raju
>
>
- Previous message: Raju: "Can any please tell me how to make a user to see sql jobs."
- In reply to: Raju: "Can any please tell me how to make a user to see sql jobs."
- Next in thread: Raju: "Re: Can any please tell me how to make a user to see sql jobs."
- Reply: Raju: "Re: Can any please tell me how to make a user to see sql jobs."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|