Re: Process Admin Server Role Can't use Kill command

From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 11/04/02


From: Sue Hoegemeier <Sue_H@nomail.please>
Date: Sun, 03 Nov 2002 21:31:13 -0700


Not sure what error they get when executing a KILL but If
the users get the error:
User does not have permission to use the KILL statement.
then I'd check what account they are using to log into SQL
Server - possibly they are using a SQL login instead of
Windows authentication and the account that is a member of
process admins. You may want to verify that the user is a
member of the process admin role using IS_SRVROLEMEMBER.
If they get the error:
Only user processes can be killed.
that's probably self explanatory where they are trying to
kill a system process.

-Sue

On Fri, 1 Nov 2002 12:12:13 -0800, "Kevin Haglund"
<khaglund@tileshopsuperstore.com> wrote:

>I need to allow some users to kill process that are
>causing blocks. So I created a domain group and added it
>to the process admin server role but these users still
>don't have access to the Kill command in Enterprise
>Manager or through TSQL statements. I couldn't find any
>information on the Kbase and wanted to know if anyone else
>is running in to the same problem. Dose any one know of
>a solution to provide access to the kill command without
>making user SQL Admins?
>
>Thanks
>
>Kevin Haglund



Relevant Pages

  • Re: User Name Change Problems in WSS
    ... change any user qualities like this, you have to do it in SQL. ... undo, so if you screw up it could kill your site, kill WSS or god forbid, ... > I am running Windows Server 2003 Small Business Server ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: How to kill a process
    ... When you kill a process that has a transaction open, ... It should show up as KILLED/ROLLBACK. ... SQL Server MVP ...
    (microsoft.public.sqlserver.server)
  • Re: Orphaned connections
    ... I've found that if you kill a distributed query sometimes the spid will ... linked server to an Oracle box. ... On the SQL box there's a job that ...
    (microsoft.public.sqlserver.server)
  • Re: Identify Lock
    ... Sometimes my users call me and tell me that the system is slow, then I open IPM and I see a lot of users in WAIT state, then I have to identify who is the responsable for the lock and I kill him. ... I run this SQL against imadb to find blocking sessions: ... I have to execute the sql for each DBMS? ...
    (comp.databases.ingres)
  • Re: Many File Import
    ... copy the files you want into a temporary folder and import them from ... there (with the Kill statement), ... >>Please respond in the newgroup and not by email. ...
    (microsoft.public.access.externaldata)

Loading