InterviewSolution
Saved Bookmarks
| 1. |
Why Would You Use Sql Agent? |
|
Answer» SQL AGENT is the job scheduling mechanism in SQL Server. Jobs can be scheduled to run at a set time or when a specific event OCCURS. Jobs can ALSO be executed on demand. SQL Agent is most often used to schedule ADMINISTRATIVE jobs such as backups. SQL Agent is the job scheduling mechanism in SQL Server. Jobs can be scheduled to run at a set time or when a specific event occurs. Jobs can also be executed on demand. SQL Agent is most often used to schedule administrative jobs such as backups. |
|