Is it possible to give the right to execute KILL command to ordinary user. The User should be able to kill only his own processes. The User should not be added to any Server Roles.
In SQL 2000, KILL permissions default to the members of the sysadmin and processadmin fixed database roles, and are not transferable. You can assign a user to the processadmin fixed server role. Note: They can then kill all user processes.
In SQL 7, KILL permissions default to the members of the sysadmin fixed database roles, and are not transferable. You cannot allow users to kill processes without making them administrators.
Personally, I don't believe users should have this capability. The potential for problems and abuse is too great. DBAs should handle the job of monitoring servers and controlling processes. Terry L. Broadbent - DBA
Computing Links:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.