Hi friends
I want to know concept of SQL Server Agent ?
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jun 5, 2012, 12:29 PM
SQL Server Agent is a Microsoft Windows service that allows you to automate some administrative tasks. SQL Server Agent runs jobs, monitors SQL Server, and processes alerts. The SQL Server Agent service must be running before local or multiserver administrative jobs can run automatically.
Please refer the below link
http://msdn.microsoft.com/en-us/library/ms189237.aspx
http://msdn.microsoft.com/en-us/library/ms189089%28v=sql.105%29.aspx
http://www.quackit.com/sql_server/tutorial/sql_server_agent.cfm
Thanks