Tag: Replication

  • DBA Scripts: Get Replication Status

    🔧Part of the DBA-Tools Project, copy/paste SQL Server scripts and health checks.Related pillar: High Availability Transactional replication runs quietly in the background for years without incident, right up until a subscriber falls behind or a publication stops distributing changes, and by then the business impact (a reporting database showing stale data, a downstream system missing…

  • DBA Scripts: Get Replication Agent Status

    🔧Part of the DBA-Tools Project, copy/paste SQL Server scripts and health checks.Related pillar: High Availability Publications Look Fine. Are the Agents Actually Keeping Up? Replication Status tells you what’s published and subscribed. It doesn’t tell you whether the jobs actually moving that data, the Log Reader Agent and the Distribution Agent, are keeping up, or…