What is the function of SQL Server Agent Windows service?
Ask by Anonymous User
Updated 24 Sep 2020
It is a Windows service which handles the tasks scheduled within the SQL Server environment. These tasks are also called as job and are stored with in SQL server. The jobs may run through a trigger, a predefined schedule or on demand.
This service is very useful in determining why a particular job did not run as intended.