February 4, 2009 at 8:56 pm
Hi there
How to give read-only access to "all database" or "specific database" for the domain users e.g.
from the active directory list all people should be able to access the database (1 or more) all withing same network
it is in SQL-2005 but the thing is it should be on server level eg
server = SQLDEV (it has lots of DBs)
so a particular group in active directory should have read-only access to the entire SQLDEV (all DBs)
hope u can understand what i need. If not i will explain more
Cheers
GB
February 5, 2009 at 4:00 am
Assign the group to db_datareader fixed database role. Members of this role can read only data from all the user tables.
February 5, 2009 at 4:49 am
the problem is, some domain users may come in with more rights than you want to give them....a domain user might also be a domain admin, so giving a group rights won't prevent them from updating...
I think you need to use db_denydatawriter instead. the most restrictive rights always wins, so by using that role, you leave db_datareader in place.
Lowell
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply