Scenario 4: Permissions for a help desk operator

A user with the manage security permissions privilege issues the following to allow help desk operator Alice to reset passwords for users who call in with password issues:

use master
grant change password to alice

A user with the manage server permissions privilege issues the following to allow Alice to kill runaway user processes that are using system resources:

use master
grant kill any process to alice