creating new user - what permisssions allow read/write

  • Hi,

    I have created a user, but I don't know what "owned schemas", or "role members" to put the user into. I want this person to be able to read and write to the database but not much else - can someone guide me in creating the basic user using sql server authorization?

    Thank You

  • If you want to give read\write permissions on all tables add the user to the roles db_datareader and db_datawriter. But remember that this will not give them permission to execute stored procedures.

    [font="Verdana"]Markus Bohse[/font]

  • Thank You

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply