Re: INSERT Permission
From: Dan Guzman (danguzman@nospam-earthlink.net)
Date: 09/11/02
- Next message: Chris Skorlinski: "Re: Using Windows Logins in MSDE"
- Previous message: Sue Hoegemeier: "Re: INSERT Permission"
- In reply to: simonzupan: "INSERT Permission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dan Guzman" <danguzman@nospam-earthlink.net> Date: Wed, 11 Sep 2002 08:24:54 -0500
Answered in programming.
Please don't post the same question independently to multiple groups.
If you post to multiple groups, do so with a single post to avoid
duplicate efforts.
-- Hope this helps. Dan Guzman SQL Server MVP ----------------------- SQL FAQ links (courtesy Neil Pike): http://www.ntfaq.com/Articles/Index.cfm?DepartmentID=800 http://www.sqlserverfaq.com http://www.mssqlserver.com/faq ----------------------- "simonzupan" <simon.zupan@gambit.si> wrote in message news:k7funugju30unefjh938gtuh1o2gaeboss@4ax.com... > I have a user with read permission on the table and execute permission > for the stored procedure. > The stored procedure inserts the record in the table. > > I can't insert the record in the table, I get error message : > INSERT permission denied > > Is there some way to make it work ? Give the procedure the Insert > permission or something like that ? > > I don't wont for user to have some other rights except SELECT on that > table because of security reason. The user should insert the data into > table only with stored procedure because there I have defined the > parameters and check the user inputs so it can't make any damage to > the table. > > If I give it the INSERT permission for that table, it can byPass the > stored procedure and insert bad data into the table by url or some > other way - I read about SQL Injection. > > Thank you for your answer, > Simon
- Next message: Chris Skorlinski: "Re: Using Windows Logins in MSDE"
- Previous message: Sue Hoegemeier: "Re: INSERT Permission"
- In reply to: simonzupan: "INSERT Permission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|