Re: Should I delete the NT/Admin's group in SQL Server 2k
From: Mark Allison (mark_at_allisonmitchellyourpants.c0m)
Date: 02/18/04
- Next message: Vikram Jayaram [MS]: "RE: Hooking up an Oracle Linked Server..."
- Previous message: Mario Recalde: "Re: Problems Upgrading SQL 2000 from SP2 to SP3"
- In reply to: Bruce Martin: "Should I delete the NT/Admin's group in SQL Server 2k"
- Next in thread: anonymous_at_discussions.microsoft.com: "Should I delete the NT/Admin's group in SQL Server 2k"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 21:24:34 -0000
If you are using Full-text search, don't delete the BUILTIN\Administrators
login. Just remove it from the sysadmin role. (Right-click the login, select
properties, then untick sysadmin).
What you should do is create a database role in each database, and grant
that role permissions that you want your developers to have. Then add the
logins you want to the database role. This way, if the developers'
requirements change, you only have to change the permissions on the database
role, and not on all their logins.
The other route you could take is put all the developers in one NT Group,
and grant the group. Even if going down this route, I like to use database
roles as an abstraction.
-- Mark Allison SQL Server MVP http://www.allisonmitchell.com "Bruce Martin" <anonymous@discussions.microsoft.com> wrote in message news:1289b01c3f61c$9dc3d500$a501280a@phx.gbl... > I'm making my way through various books, white papers > etc, but I'm under the gun here so I'll ask here. We just > installed SQL2K, and I was elected DBA and head of > security. We are moving a bunch of internal applications > from Access to SQL2K. Everyone here is running either > Win2K or XP-PRO and are by default members of the > NT/ADMIN's group. The default SQL2K setup allows them to > log on with SA rights. I need them to be able to log on, > and do anything they want in PUBS, NORTHWIND, and > dca_conplan (new database) but not get to anything else. > So should I delete the NT/ADMIN group, and create a new > SQK2K group and assign the developers to that? > > TIA > > Bruce > > And I will continue to RTFM.
- Next message: Vikram Jayaram [MS]: "RE: Hooking up an Oracle Linked Server..."
- Previous message: Mario Recalde: "Re: Problems Upgrading SQL 2000 from SP2 to SP3"
- In reply to: Bruce Martin: "Should I delete the NT/Admin's group in SQL Server 2k"
- Next in thread: anonymous_at_discussions.microsoft.com: "Should I delete the NT/Admin's group in SQL Server 2k"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|