We are trying to use the Flyway API to create an SQL Job on both MSSQL AlwaysOn replicas.
most of the migration should execute against the primary replica.
But, how can we execute the sql script file to create the job on both replicas?
We are trying to use the Flyway API to create an SQL Job on both MSSQL AlwaysOn replicas.
most of the migration should execute against the primary replica.
But, how can we execute the sql script file to create the job on both replicas?