Re: Permission to Insert records for DB USERS
From: Narayana Vyas Kondreddi (answer_me@hotmail.com)
Date: 07/26/02
- Next message: Narayana Vyas Kondreddi: "Re: Migrating from NT to Win2k in native mode"
- Previous message: linda deng[MS]: "Re: SQL Server registration failed because of the connection failure displayed below"
- In reply to: Shailesh: "Permission to Insert records for DB USERS"
- Next in thread: Dan Guzman: "Re: Permission to Insert records for DB USERS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Narayana Vyas Kondreddi" <answer_me@hotmail.com> Date: Fri, 26 Jul 2002 11:45:03 +0100
You could use the GRANT command to grant INSERT permissions to users.
Or, you could add your user to db_datawriter role, as it lets users add,
delete, modify data.
Better yet, do not grant any direct permissions to users. Write stored
procedures for your data updation needs, and grant EXECUTE permissions on
your procedures to your users.
See SQL Server Books Online for more information. The following link might
help as a concise reference:
http://vyaskn.tripod.com/sql_server_security_best_practices.htm
-- HTH, Vyas, MVP (SQL Server) Check out my SQL Server website @ http://vyaskn.tripod.com/ "Shailesh" <shailesh@geminicorp.be> wrote in message news:14dc01c2348a$9497c220$9ae62ecf@tkmsftngxa02... > Dear Friends > > I am a fresh developer for the SQL server and have no Idea > for the permissions on the database. > > I have created a database Master on which i can give the > permission to the user to connect to the tables and to the > database but the users are not able to insert or Update > the records kindly suggest where i have to give the > necessary permission so that my users can start inserting > records. > > Your help in any positive dircetion for the solution of > problem is needed. > > Best regards > Shailesh >
- Next message: Narayana Vyas Kondreddi: "Re: Migrating from NT to Win2k in native mode"
- Previous message: linda deng[MS]: "Re: SQL Server registration failed because of the connection failure displayed below"
- In reply to: Shailesh: "Permission to Insert records for DB USERS"
- Next in thread: Dan Guzman: "Re: Permission to Insert records for DB USERS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|