Multiple choice technology databases

Which SQL Server 2005 services require that you install them with their own account? (Choose all that apply.)

  1. SQL Server Agent

  2. Log Reader Agent

  3. SQL Server

  4. Replication Agent

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

In SQL Server 2005, the database engine service (SQL Server) and the SQL Server Agent run as independent Windows services, requiring their own distinct service account configuration. Log Reader and Replication agents run as jobs/sub-processes rather than standalone services.