Power BI Report Server: Handling Agent Jobs in an Availability Group
Deploying Power BI Report Server in a SQL Server Availability Group (AG) is a great way to boost resilience and uptime. But there’s a catch: Power BI Report Server itself isn’t AG-aware. That means when a failover happens, things can get messy—especially with SQL Agent jobs. The Problem with Failover When the AG fails over to a secondary node: The Fix: Add a Primary Check Step to Agent Jobs To avoid this, you can add a check step to each…