I'm hoping someone can get me pointed in the right direction
we have SQL 2005 and I need to add a user account to let some only view the data
no edits / adds / deletes ?
can any one help
thanks
David
By default any created user and mapped user account is only member of the database role public. This role by default can′t Select, Insert, Update nor Delete anything. If you grant only Select to the user, he will only be able to select the data and will get an error message if he wants to do anything beyond that. (But don′t forget that the user will automatically inherit the permissions from every group he is a member of, including the public role)HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
|||
yeah i know how
patch a empty batch @. save (record)
open with :ext: .txt logon
patch open
with extra :internet options import
|||Thank you can you tell me how to add & Map a user
thanks
David
|||edits
No comments:
Post a Comment