Tagged Questions
5
votes
2answers
298 views
How does SQL Server AlwaysOn work with help with scheduled jobs and SSIS packages?
I have 2 sql servers set up with a database within an AlwaysOn availability group.
I also have jobs set up which run against the database. During a failover how do I ensure the jobs will continue to ...