Robert
Tue May 23 16:09:43 CDT 2006
RAlcant wrote:
> I'm not 100% sure where I need to post this, but to me, this is a
> security question, so I'll start here.
>
> I have just started working for a new company and came in a huge
> scuffle between Network Admins and SQL Programmers. The problem is
> the programmers want full administrator control on the sql server,
> but the network admins refuse to give it to them stating they don't
> need it. My question for the group is, what (if any) kind of access
> do SQL programmers need on the SQL server? (Ie: do they need
> administrator priv, power users, std. user, etc) This question is
> not related to database access, that is a different issue. This is
> about thier domain account rights to the SQL server.
This very much depends on what the developers are doing with the server,
doesn't it?
I'm leaning towards agreeing with your network admins, because I strongly
believe that as few people as possible should have admin rights on
production servers, but rather than just tell the developers "No!", I would
try hard to understand what the devs are trying to do and why they think
that requires admin rights, and do what I could to solve their problem in a
way that makes everyone happy.
For example, If they're constantly needing to fiddle with stuff as they test
code then this is an argument for a seperate "dev" server, not admin access
to the production server.
--
--
Rob Moir, Microsoft MVP
Blog Site -
http://www.robertmoir.com
Virtual PC 2004 FAQ -
http://www.robertmoir.co.uk/win/VirtualPC2004FAQ.html
I'm always surprised at "professionals" who STILL have to be asked "Have you
checked (event viewer / syslog)".