Multiple choice technology databases

Which of the following SQL service is dependent of SQL Server service?

  1. SQL Server Browser

  2. SQL Server Integration Services

  3. SQL Server Full-Text Search

  4. SQL Server Agent

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SQL Server Agent is a Windows service that depends on the SQL Server service to be running. It executes scheduled jobs, alerts, and automated tasks. The other services (Browser, Integration Services, Full-Text Search) can run independently or don't have the same dependency relationship.