Multiple choice sql-server

Which of the following SQL Server services are installed during the Typical installation option on a NT Server?

  1. SQL Server Agent

  2. MS DTC

  3. MSSQL Server

  4. All of the above

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

A Typical installation of SQL Server on NT includes the core database engine (MSSQLServer), the SQL Server Agent for automation, and the Microsoft Distributed Transaction Coordinator (MS DTC) for managing transactions across multiple servers.