What acces should be given to DBA admin in SQL 2005 server?
Hi,
I need to give rights acces to a DBA admin group to SQL 2005 server on Windows 2003. I'm not familiar with this kind of acces.
Which rights should I give to let them able to manage the databases? Should I give them also acces on server?
What's the usual system admin does for this kind of request? Is there any proceadure that I can follow?
Thanks.
Microsoft SQL Server 2005Windows Server 2003Active Directory
Last Comment
SAM2009
8/22/2022 - Mon
Leon Fester
The DBA's technically only need access to the SQL database, however they may need to perform server operator or backup operator tasks, so you could consider using those builtin security groups.
They definitely don't need to be Domain Admins...
jogos
For example ; check eventviewer, perfmon, ...
Does your dba not have to install and configure SQL?
When your database has connection or I/O problems who is supposed to look find that problem?
... if your dba has not access to the server someone else must be given that full responsability and dba cannot even assist.
SAM2009
ASKER
DBA team will manage all databases on that server then should I give them "sysadmin server role " in SQL security?
They definitely don't need to be Domain Admins...