Skip to content

Table FB_AGSystemDataJobExceptions

EdVassie edited this page Apr 1, 2020 · 1 revision
Previous Table FB_AGPostFailoverDBUsers Large Scale Deployment Using SQL FineBuild Next

The FB_AGSystemDataJobExceptions table holds details of Jobs that should be allowed to run on a Secondary server

Proc FB_AGSystemData will set all Job Schedules on a Secondary Server to Disabled, to prevent work intended to be run only on the Primary server from running on a Secondary server. Any jobs that should be allowed to run on the Secondary server should be added to this table and will have their schedules enabled by FB_AGSystemData

If there are any site-specific Job Exceptions that need to be applied, they can be added to this table and will be processed automatically by Proc FB_AGSystemData. The site-specific values can be included in a SQL FineBuild install by using an AutoConfig Script

Column Name Data Type Description
Id Integer Identity value
AGName NVarchar(128) Availability Group Name
JobName NVarchar(128) Job Name

This table will be populated by SQL FineBuild with the following rows:

AGName JobName
% DBA: Create New Errorlog
% DBA: Integrity Check - System Databases
% DBA: Integrity Check - User Databases
% DBA: Move Cluster Core

Copyright FineBuild Team © 2020. License and Acknowledgements

Previous Table FB_AGPostFailoverDBUsers Top Large Scale Deployment Using SQL FineBuild Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally