Answer Posted / sudhir kumar pal
Don't post rubbish Answer
Jobs : A job is a specified series of operations performed
sequentially by SQL Server Agent.
A job can perform a wide range of activities, including
running Transact-SQL scripts, command prompt applications,
Microsoft ActiveX scripts, Integration Services packages,
Analysis Services commands and queries, or Replication
tasks. Jobs can run repetitive or schedulable tasks, and
they can automatically notify users of job status by
generating alerts, thereby greatly simplifying SQL Server
administration.
More Information Click This Link
http://msdn.microsoft.com/en-us/library/ms186273.aspx
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What happens when unicode strings concatenate with non-unicode strings?
Explain primary key and foreign key constraints?
How do you rename a table in sql server?
What is the osql utility?
What is the use of floor function in sql server?
What are various ways to enhance the ssrs report?
What is normalization? Explain different forms of normalization?
What is left outer join in sql server joins?
Where in ms sql server is ’100’ equal to ‘0’?
Tell me something about security and sql azure?
Tell me when is the update_statistics command used?
Do you know the cursor optimization tips?
What is user defined datatypes and when you should go for them?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
What is default constraint?