Hello experts
As we all know sql server service can run under a domain user or a built in user (local system, etc.). I'm interested in your opinion about what do you think about this issue. Do you ever use "Local System"?
Thanks in advance.
Thomas
You should always use a dedicated domain account for the SQL Server services. This enables you to specify the security rights, e.g. if the SQL Server shoould access remote drives or servers (Log Shipping etc.)..
This SQL Service account shoud be (IMHO) assigned to these groups:
- Local Administrators
- Lock Pages in Memory (must have with 32bit systems using AWE)
- Perform Volume Maintenance Tasks
Answers
You should always use a dedicated domain account for the SQL Server services. This enables you to specify the security rights, e.g. if the SQL Server shoould access remote drives or servers (Log Shipping etc.)..
This SQL Service account shoud be (IMHO) assigned to these groups:
- Local Administrators
- Lock Pages in Memory (must have with 32bit systems using AWE)
- Perform Volume Maintenance Tasks
Cheers,
Jörg
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool