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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

execute a sp from Vb Code

Status
Not open for further replies.

nirmalsp

MIS
Joined
Jan 17, 2002
Messages
25
Location
LK

I am trying to Execute a sql stored Procedure
from Visual Basic code.

users has sa rights could execute
but others cannot.
i want to setup to run this sp, users dosen't have sa rights & i don't want to grant dbo rights as well.

how can i do it.
 
This can easily be done by using User permissions.

I would suggest you have a look in SQL Books online for topics under 'Permissions'. It's quite a large subject but something you will need to feel comfortable with.

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top