Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Security question - which permissions do what

Status
Not open for further replies.

djj55

Programmer
Feb 6, 2006
1,761
US
Hello, for SQL 2000 I have been tasked with locking down the production server so people can only interface with the Access front end to read and write, with only two people being admins.

Thus if the general users (domain users) and domain administrators have public, db_datareader, and db_datawriter for just the databases they need would this keep the admins from adding tables to the database through enterprise manager?

As I am still trying to understand security roles, if I give the server role "System Administrators" to the two people will this supersede the database access setup? Or do I need to setup the database access to be db_owner for all databases?

Hope this makes sense as I am confused!

Thanks
djj

 
Sys Admins or 'sa' have full control over the whole database server and supersede any other permission you can grant. Be very carefull to who you grant the 'sa' role to. It is not to be taken lightly.

- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top