Managing SQL Server users via Active directory groups
Posted
by hyty
on Server Fault
See other posts from Server Fault
or by hyty
Published on 2010-06-09T15:30:46Z
Indexed on
2010/06/09
15:42 UTC
Read the original article
Hit count: 422
I'm building SQL Server instance for reporting purposes. My plan is to use AD groups for server and database logins. I have several groups with different roles (admin, developer, user etc.), and I would like to map these roles into SQL Server database roles (db_owner, db_datawriter etc.). What are the pros and cons of using AD groups for logins? What kind of problems you have noticed?
© Server Fault or respective owner