pub async fn ensure_sql_server_agent_running(
client: &mut Client,
) -> Result<(), SqlServerError>Expand description
Ensure the SQL Server Agent is running.
Azure SQL Database has no SQL Server Agent (CDC is driven by an internal
scheduler and sys.dm_server_services is unavailable), so the check is
skipped for that edition.