What is the function of SQL Server Agent Windows service?
- It's a Windows service that handles tasks scheduled within SQL Server environment. These tasks are also known as job and are stored with in SQL server. Jobs may run through a trigger, a predefined schedule or on demand.
- This service is very beneficial in determining why a specific job didn't run as intended.