Error pulse detected
Runtime
Errors 2721, timeouts 235, login failures 104, CPU warnings 0. (@MinEvidenceTime datetime)
CREATE TABLE #SqlBackupLog
(
LogDate datetime NULL,
ProcessInfo nvarchar(64) NULL,
[Text] nvarchar(max) NULL
);
DECLARE @LogNumb...
Correlate with deployments, jobs and connection changes, then isolate the failing workload.
Repeated runtime failures can indicate active service degradation.
Meaningdatabase 'Error pulse detected' needs a newer log backup in the SQL backup chain.
ImpactPoint-in-time restore is weakened and the transaction log can keep growing if log backups are not completing.
Recommended fixRun or repair the log-backup job for database 'Error pulse detected'. If the log still cannot truncate, fix the specific blocker: open transaction, replication/AG send queue, backup target failure, or full-backup chain reset.
VerifyOpen Backup History for the database and confirm a newer successful backup row of the missing type appears after the fix.
Rule: error-pulse
Owner: DBA / App owner
SLA: Today