Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is a Scheduled Jobs or What is a Scheduled Tasks?

Add comment
Views: 54
Votes: 0
Comments: 0
Scheduled tasks let user automate processes that run on regular or predictable cycles. User can schedule administrative tasks, such as cube processing, to run during times of slow business activity. User can also determine the order in which tasks run by creating job steps within a SQL Server Agent job. E.g. back up database, Update Stats of Tables. Job steps give user control over flow of execution. If one job fails, user can configure SQL Server Agent to continue to run the remaining tasks or to stop execution.
Others in this Category
document How to copy the tables, schema and views from one SQL Server to another?
document What is Isolation Levels?
document What is Trigger?
document What is PIVOT and UNPIVOT?
document What are the difference between clustered and a non-clustered index?
document What is Catalog Views?
document What is SQL Server Agent?
document What is De-normalization?
document What is User Defined Functions? What kind of User-Defined Functions can be created?
document What is use of DBCC Commands?
» More articles



RSS