Which Service Account should I use in SSRS

sql-server-2008ssrs

I'm a newbie in SSRS, so my experiences are limited in this topic. In the SQL Server Configuration Manager, there are several options to set the Service Account. I have the option to either use a built-in account or another account. The dropdown menu gives me the following four options:

  • Local System
  • Network Service
  • ReportServer$SQLEXPRESS
  • Local Service

Now I'm a bit confused which entry should I use and what their purpose is. Could you point me to a resource where this "concept" is described? In which situation should I use which one? When should I use "Use another account"?

Best Answer

I use the principle of least privilege when setting up services and create a specific account for each service. If you are going to use built-in accounts, which one you should select depends if you are using Active Directory or not. If the server is in an AD Domain, you should use Network. Otherwise, I'd suggest Local System.

But my first choice would be to create a specific service account in active directory for the service.