Azure4Arjun / mssql-jobs-hadr

This repository contains solutions to properly control and maintain scheduled jobs on SQL Servers with either Availability Groups or Database Mirroring

Home Page:https://git.madeiradata.com/mssql-jobs-hadr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Server Jobs & HA/DR

This repository contains solutions to properly control and maintain scheduled jobs on SQL Servers with either Availability Groups or Database Mirroring.

Cover Image

This solution is an improved version of the scripts provided at Automatically Enable or Disable Jobs Based on HADR Role.

Availability Groups

The relevant scripts for Availability Groups are provided in the availability-groups folder.

Database Mirroring

The relevant scripts for Database Mirroring are provided in the database-mirroring folder.

Classic Version

This repository also contains the "classic" versions of the scripts, provided in the classic folder.

License

This solution is released under the MIT License, and is provided "as-is", as a free contribution to the professional SQL Server community.

Contribution

This is an open-source solution. Please feel free to [create issues]({{ site.github.repository_url }}/issues) if you want to submit bug reports or feature requests.

You may also fork the solution to your account and submit pull requests if you want to contribute!

See Also

About

This repository contains solutions to properly control and maintain scheduled jobs on SQL Servers with either Availability Groups or Database Mirroring

https://git.madeiradata.com/mssql-jobs-hadr

License:MIT License


Languages

Language:TSQL 73.0%Language:SCSS 16.3%Language:HTML 10.7%