Implement SQL Server Agent Jobs with AlwaysOn Availability Groups

In this post I talk about SQL Server Agent jobs when implementing AlwaysOn Availability Groups. AlwaysOn Availability Groups synchronizes the databases that are part of an Availability Group but any other object that is not part of these databases do not get synchronized (i.e. logins, linked servers, operators etc.) and this includes SQL Server Agent jobs. For …

Implement SQL Server Agent Jobs with AlwaysOn Availability Groups Read More »