InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) SQL Server Agent uses SQL Server to store job information(b) SQL Server Agent can run a job on a schedule(c) By default, the SQL Server Agent service is disabled when SQL Server 2014 is installed(d) All of the mentionedThe question was asked in an online quiz.This interesting question is from SQL Server Agent in section Enterprise Data Management of SQL Server |
|
Answer» CORRECT answer is (d) All of the mentioned Explanation: SQL Server Agent runs CONTINUOUSLY in the background as a WINDOWS SERVICE. |
|