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 |
What are the types of indexes available with SQL Server?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What are system databases into sql server (2005/2008)?
Explain some stored procedure creating best practices or guidelines?
Explain sp_configure commands, set commands?
What is nolock?
What are trace files?
How many types of system privileges are there, Can we add or delete privileges?
Explain foreign key in sql server?
Can I remove the default constraint columns in SQL SERVER?
How to filter records of table in SQL SERVER?
0 Answers Petranics Solutions,
How to include text values in sql statements?