Hi All,
I want certain users to be able to kill spid's and also run xp_cmdshell to be able to do thier jobs.
I tried writing a Stored procedure that would embed all that eg
Create Procedure USP_Test
as
begin
Exec master.dbo.xp_cmdshell 'NET START'
end
I then grant execute permisions to the user, is there anything i can do to allow them run this, without SA rights ?
Looking forward to your reply.
Thanks
Kindest Regards,
John Burchel (Trainee Developer)