Re: Stored procedures security
From: Dejan Sarka (dejan_please_reply_to_newsgroups.sarka_at_avtenta.si)
Date: 10/27/04
- Next message: Keith Kratochvil: "Re: Stored procedures security"
- Previous message: Nikolay Petrov: "Stored procedures security"
- In reply to: Nikolay Petrov: "Stored procedures security"
- Next in thread: Keith Kratochvil: "Re: Stored procedures security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Oct 2004 15:20:37 +0200
> I have db where I want a specified user to be allowed only to run stored
> procedures.
> How to grant permissions to these stored procedures and deny access to all
> other functions?
Give the users only EXECUTE permission on the SPs and no other permissions.
Check how to do it in the "Managing Permissions" topic in Books OnLine.
-- Dejan Sarka, SQL Server MVP Associate Mentor www.SolidQualityLearning.com
- Next message: Keith Kratochvil: "Re: Stored procedures security"
- Previous message: Nikolay Petrov: "Stored procedures security"
- In reply to: Nikolay Petrov: "Stored procedures security"
- Next in thread: Keith Kratochvil: "Re: Stored procedures security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|