dbTalk Databases Forums  

SS2008 services accounts

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss SS2008 services accounts in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Grandy
 
Posts: n/a

Default SS2008 services accounts - 11-30-2009 , 02:06 PM






XP SP3
SQL Server 2008 Standard Edition

This box is purely for local software development purposes, so I don't
really see the need for dedicated accounts.

What is a recommended accounts config for the various services ?


Here is what I used :

Active Directory Helper
NT AUTHORITY\NETWORK SERVICE

Full-text Filter Daemon Launcher
NT AUTHORITY\LOCAL SERVICE

Database Engine
LOCAL SYSTEM

Agent
LOCAL SYSTEM

Browser
NT AUTHORITY\LOCAL SERVICE

Integration Services 10.0
LOCAL SYSTEM

VSS Writer
LOCAL SYSTEM


Any problems with the above ?

Thanks.

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SS2008 services accounts - 11-30-2009 , 04:26 PM






John Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
XP SP3
SQL Server 2008 Standard Edition

This box is purely for local software development purposes, so I don't
really see the need for dedicated accounts.

What is a recommended accounts config for the various services ?


Here is what I used :

Active Directory Helper
NT AUTHORITY\NETWORK SERVICE

Full-text Filter Daemon Launcher
NT AUTHORITY\LOCAL SERVICE

VSS Writer
LOCAL SYSTEM
That is probably OK. That is what I have on my machine, and I think it
was the defaults.


Quote:
Database Engine
LOCAL SYSTEM

Agent
LOCAL SYSTEM

Integration Services 10.0
LOCAL SYSTEM
But this is not good at all. Use a domain account. This is not only a
security issue, but also a practical one. If you use Local System,
SQL Server cannot access resources outside the machine, for instance
put a backup on a file share.

Quote:
Browser
NT AUTHORITY\LOCAL SERVICE
I have my browser server running under a domain account as well, but I
don't know important this is.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.