What is SQL server agent?

Answer Posted / renu

SQL Server Agent is a Microsoft Windows Service that
executes scheduled administrative tasks called jobs.

It is made up of 3 components :

1)Jobs - Scheduled tasks

2)Alerts - set of actions occur when an event occurs.

3)Operators -People who alerts are sent to

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you append an identity column to a temporary table?

451


Delete duplicate rows without using rowid.

1070


How to recreate an existing index in ms sql server?

544


Explain what is lock escalation?

575


Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?

544






What is the difference between truncate and delete commands?

565


What is store procedure? When do you use?

526


Differentiate between truncate vs delete in mssql?

528


Describe how to use linked server?

543


What are the ways available in sql server to execute sql statements?

570


Explain Capacity planning to create a database? and how to monitor it?

3753


What is default constraint?

541


Your table has a large character field there are queries that use this field in their search clause what should you do?

501


How to find the service pack installed? : sql server database administration

554


What is difference between createstatement and preparedstatement?

550