execute stored procedure as another user premission

Posted by StuffHappens on Stack Overflow See other posts from Stack Overflow or by StuffHappens
Published on 2010-05-12T13:47:52Z Indexed on 2010/05/12 14:04 UTC
Read the original article Hit count: 161

Hello.
I faced the following problem: there's a user who has to execute a stored porcedure (spTest). In spTest's body sp_trace_generateevent is called. sp_trace_generateevent requires alter trace permissions and I don't want user to have it. So I would like user to be able to execute spTest. How can I do that?
Thank you for your help.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about permissions