olahallengren / sql-server-maintenance-solution

SQL Server Maintenance Solution

Home Page:https://ola.hallengren.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Server Maintenance Solution

licence badge stars badge forks badge issues badge bug report badge feature request badge

Getting Started

Download MaintenanceSolution.sql. This script creates all the objects and jobs that you need.

You can also download the objects as separate scripts:

Note that you always need CommandExecute; DatabaseBackup, DatabaseIntegrityCheck, and IndexOptimize are using it. You need CommandLog if you are going to use the option to log commands to a table.

Supported versions: SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, SQL Server 2014, SQL Server 2016, SQL Server 2017, SQL Server 2019, SQL Server 2022, Azure SQL Database, and Azure SQL Managed Instance

Documentation

About

SQL Server Maintenance Solution

https://ola.hallengren.com

License:MIT License


Languages

Language:TSQL 100.0%