Account to Run SQL under?
From: Peter The Spate (anonymous_at_discussions.microsoft.com)
Date: 02/25/05
- Next message: Astra: "Cannot insert duplicate key into ...... EXTREME problem"
- Previous message: Mike Epprecht (SQL MVP): "RE: master.mdf recovery"
- In reply to: JM: "Account to Run SQL under?"
- Next in thread: Anthony Thomas: "Re: Account to Run SQL under?"
- Reply: Anthony Thomas: "Re: Account to Run SQL under?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 07:27:34 -0800
Its not a wise choice to make the User IDs local to the
server, the reason is that non local user id's (i.e.
domain accounts) can be allocated email accounts so sql
server can send emails, whereas local userid's cannot.
If you do not want local administrators to have system
admin access rights then all you need to so is restrict
the BUILTIN\Administrators rights.
Peter
"Only two things are infinite, the universe and human
stupidity, and I'm not sure about the former."
Albert Einstein
>-----Original Message-----
>Currently, our network/server/domain admins have admin
control of our sql
>servers. One manager wants to run sql under a special
local admin account
>to restrict this access, but then we will be effected by
the password change
>requirement, which could break sql every 90 days.
>
>What is the best way to run sql so that the server admins
don't have sql
>admin access? Can I run it under "local system", and
restrict machine
>admins?
>
>
>.
>
- Next message: Astra: "Cannot insert duplicate key into ...... EXTREME problem"
- Previous message: Mike Epprecht (SQL MVP): "RE: master.mdf recovery"
- In reply to: JM: "Account to Run SQL under?"
- Next in thread: Anthony Thomas: "Re: Account to Run SQL under?"
- Reply: Anthony Thomas: "Re: Account to Run SQL under?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|