What are scheduled tasks in sql server?



What are scheduled tasks in sql server?..

Answer / Narottam Vashist

Scheduled tasks (also known as jobs) in SQL Server are tasks that can be scheduled to run at specific times or intervals. They are often used for automating maintenance tasks, such as backups.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the differences between substr and charindex in sql server.

1 Answers  


What are “unrepeatable reads”?

1 Answers  


Explain what is sql server english query?

1 Answers  


Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?

1 Answers  


what is the information that can be stored inside a bit column? : Sql server database administration

1 Answers  


How to replace the Query Result 'Null Value' with a text ?

1 Answers   MCN Solutions,


Can we use trigger new in before insert?

1 Answers  


How do you create a clustered index?

1 Answers  


What are the different types of backups avaialabe in sql server 2005?

1 Answers  


How to write stored procedure to update the data in 10 tables

4 Answers  


What is log ldf?

1 Answers  


Can we return Data from 4(more than 1) tables in stored procedure?

1 Answers   HCL,


Categories