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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.