What is SQL server agent?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sabin
Managing all scheduled jobs, monitoring for alerts and
notifying operators
Is This Answer Correct ? | 8 Yes | 0 No |
Explain what are the authentication modes in sql server?
What are cursors?
Write the syntax for stuff function in an sql server?
How to create user messages with print statements in ms sql server?
How dts is used to extract, transform and consolidate data?
Can anybody explain me cold backup and hot backup?
A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Services. But gives error when run through an SQL-Job. What are the possible reasons?
How do clustered indexes store data?
Why people hate cursor?
what is the difference between count(*) and count(1) ?
Explain database normalization?
Introduction of rollup clause using sum and group by clause?