question

S_M avatar image
S_M asked

change permissions of a sql login group from read & write to read-only

This group consists of 20 members and all are AD logins. Only 5 of them needs to be having the read & write access and rest should be changed to read only. Can anyone tell the best way to achieve this please.,
sql-server-2008permissionsloginad groups
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Kev Riley avatar image
Kev Riley answered
Have another AD group set up and move the 15 read-only members to it. Then in SQL Server only assign db_datareader role to the new group.
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

S_M avatar image S_M commented ·
Thanks for your response Kev. Initially thought of the same approach but then realised better to ask any SSC members for a better and easy answer.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.