how to create appropriate user for a specific database?

  • hi all,

       I want to create a user that only can select, insert, update, delete on a specific database, can anyone tell me how to do?

      Currently I have to assign that user into group System Administrator. It seems if I want to restrict a user to 1 database, I must also point out every tables and columns in that database !!! that's really a very arduous work.

    Thanks in advance,

    Khanh

  • Add the user as member to the specific database roles.

    Particular db_datawriter and db_datareader.

  • You want to use roles, as mentioned above. Either those mentioned above or make your own.

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

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