Permissions to view jobs

  • What permissions is needed to view jobs in Enterprise Manager? I have created a domain account, added it in logins and want it to be able to view databases, linked servers and jobs. The problem is that jobs is empty under SQL Server Agent. In SQL 2005 there is no problem because of the sqlagentreader role. Is it possible to let the user account just view or list jobs without being a sysadmin?

    /Niclas

  • Try granting EXECUTE permission on sp_help_job and maybe sp_get_composite_job_info in msdb.

    Greg

  • In msdb, there is a view "sysjobs_view". You can modify it to let others check the jobs. (Or, you can create one.)

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply