Newbie: Restrict user account access to stored procedures
From: Nathan (nahtan@email.com.nospam)
Date: 01/24/03
- Next message: Dan Guzman: "Re: 'SA' Login Problems"
- Previous message: yuling: "detach and attach DB"
- Next in thread: BP Margolin: "Re: Newbie: Restrict user account access to stored procedures"
- Reply: BP Margolin: "Re: Newbie: Restrict user account access to stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Nathan" <nahtan@email.com.nospam> Date: Fri, 24 Jan 2003 17:09:23 +1300
I've got two accounts for my SQL Server database - the main one which I use
to add/edit/delete tables and stored procedures, and a dedicated user
account for my website.
I am manipulating all the data through stored procedures and would like to
be able to restrict the account that is used by the website only to the
stored procedures that I've created (none of the system stored procedures,
or any of the tables directly).
Is it possible to restrict a user account to the stored procedures only? I
know you can do it for each stored procedure individually, but is there a
global setting? (I don't want to have to set the permissions every time I
create a new stored procedure).
TIA.
- Next message: Dan Guzman: "Re: 'SA' Login Problems"
- Previous message: yuling: "detach and attach DB"
- Next in thread: BP Margolin: "Re: Newbie: Restrict user account access to stored procedures"
- Reply: BP Margolin: "Re: Newbie: Restrict user account access to stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|