diff --git a/articles/azure-sql/database/job-automation-overview.md b/articles/azure-sql/database/job-automation-overview.md index e3180d002b3e9..0cb2cd333c280 100644 --- a/articles/azure-sql/database/job-automation-overview.md +++ b/articles/azure-sql/database/job-automation-overview.md @@ -12,7 +12,7 @@ ms.author: jovanpop ms.reviewer: carlr ms.date: 03/10/2020 --- -# Automate management tasks using database jobs +# Automate management tasks using database jobs TEST [!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)] You can create and schedule jobs that could be periodically executed against one or many databases to run Transact-SQL (T-SQL) queries and perform maintenance tasks. @@ -23,7 +23,7 @@ A job handles the task of logging in to the target database. You also define, ma Every job logs the status of execution and also automatically retries the operations if any failure occurs. ## When to use automated jobs - + There are several scenarios when you could use job automation: - Automate management tasks and schedule them to run every weekday, after hours, etc.