Dear all,
I am assigning security rights for some login ids. I would like to know if I
allow some users to manage their jobs in SQL Server Agent themselves, but I
don't want to give them "Server Administrators" role in Server Roles. Which
Server Role should I assign to the users?
Thanks a lot.
Ivan
Sue Hoegemeier - 15 Oct 2005 18:00 GMT
Have them own the jobs if you want them to manage the jobs
but not be members of sysadmins.
The jobs will run under the security context of the proxy
account so you will need to manage this account with
whatever permissions are needed for what they are executing
in their jobs.
-Sue
>Dear all,
>
[quoted text clipped - 5 lines]
>
>Ivan