Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/azure-sql/database/job-automation-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down