Does Automatic tuning in Azure SQL Database reorganize and rebuild indexes?

Viewed 38
1 Answers

Automatic Tuning on Azure SQL Database does not do maintenance of indexes and statistics. Here a Microsoft Engineer states that in most scenarios is not needed, but in the same forum thread I shared my experience step-by-step with images on how you can schedule a database maintenance on Azure SQL.

Related