Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running extended stored procedure without perms on master db

Status
Not open for further replies.

douggy

Technical User
Jan 18, 2001
78
GB
I have a VB app that runs the sp_execute SP for a table update.

Is there any way of letting the user run the sp_execute without gicing him master permissions.

Any help would be great.

Thanks
Mark
 
granting it public access to master then execute permissions for sp_execute is the only way i know. We ususally create a specific user for a application and handle security ourselves for this very reason
 
douggy,

I concur totally with Corran007, create an application-specific login, and grant it only permissions as required.

Logicalman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top