Delegate view and edit of SQL Agent Jobs

  • I know of a simple way to do this by overriding the stored proc that updates the agent jobs and then impersonates the SQLAgentOperatorRole with the Execute As.

    Would something like this make a reasonable article on this topic?

  • Does this limit editing of the job itself? I was looking for a way to let Dev A edit jobs 2 and 3, b but not 1 and 4.

    It does sound like a good article, but not sure it meets this need.

  • Hello, I usually do this by creating a credential and then assign a proxy to the job step. Is this what you were thinking of? Or were you looking for something a little more technical?

  • dbgrl93 (1/5/2016)


    Hello, I usually do this by creating a credential and then assign a proxy to the job step. Is this what you were thinking of? Or were you looking for something a little more technical?

    This is probably good. Maybe room for another, more complex piece, but a simple one that shows how to allow a user to view and edit a job.

  • bump

Viewing 5 posts - 1 through 6 (of 6 total)

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