Developers kill a process...

  • Is there a way to allow a developer to kill a process without granting them the sysadmin role? ...this would not be for our production environment. 🙂

    I was thinking of a stored procedure where they do a run as...

    Any suggestions - or comments would be a appreciated.

    Thank you in advance!

    Jen

  • Check Processadmin permissions.

  • You could try a stored procedure with a KILL statement and EXECUTE AS a login with sysadmin or processadmin membership. Another option is to add developers to the processadmin server role.

    Greg

  • I think Processadmin might be exactly that I am looking for! What a handy built in server role...I guess I just forgot about it. 🙂

    Thanks!

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

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