Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello

I want to know how I can limit a roles' or a users' permissions to executing stored procedures ONLY and denying it the remaining permissions.

Any help would be highly appreciated

Thank you
Posted

1 solution

See 'Permissions' section in this link: http://msdn.microsoft.com/en-us/library/aa258259%28v=sql.80%29.aspx[^]

Based on above details, I guess something like, creating a new user with defined allowable role should do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900