Loaded 2026-08-07 06:00:27
Back to Overview
Server dashboard

SERVER 5

Focused health, workload, backup, capacity, and reliability signals for this SQL Server instance.

Action required
Lookback 24 h | 2026-08-07 06:00:27
CPU 1.0% latest sample
Memory free 63.3% 2 sessions
Action signals 10 2 backup | 0 disk | 0 jobs
Workload events 248 240 errors | 0 long running
Health gaugesAction required
1%
CPU
63%
Memory free
Signal mix250 signals
Backup
2
Disk
0
Jobs
0
Runtime
240
Concurrency
8
Long queries
0
Capacity profilegrowth and size
dbNexia_db
6 MB
dbNexia_db
0.5 GB
tempdb
0.0 GB
Data coverage This page separates verified clean states from missing source data.
EventLog ok AuditLog ok DbSizes ok ServerMetrics ok MsdbBackup ok MsdbAgent ok LiveRequests ok VolumeStats ok TempDb ok
Signal mix
Current workload posture
2 backup risks 0 disk risks 0 job failures 240 errors/timeouts/logins 0 long running 8 deadlock/blocking
Top Growth (24h)
  • dbNexia_db (Log ):6.0 MB
Health
  • CPU 1.0% Mem free 63.3% 2 sessions 9 trans
Error Pulse
  • Open event - Err 116 Timeouts 123 Logins 1
    2026-08-07 05:29:38 - (@MinEvidenceTime datetime) CREATE TABLE #SqlBackupLog ( LogDate datetime NULL, ProcessInfo nvarchar(64) NULL, [Text] nvarchar(max) NULL ...
    Meaning

    database 'Login failures' needs a newer log backup in the SQL backup chain.

    Next step

    Run or repair the log-backup job for database 'Login failures'. If the log still cannot truncate, fix the specific blocker: open transaction, replication/AG send queue, backup target failure, or full-backup chain reset.

TempDB
  • DATA: 7.9 / 64.0 MB (12.3%)
    LOG  : 1.6 / 8.0 MB (19.6%)
    Version store: 0.2 MB
SQL Agent Failures

No job failures.

Backup Risks
  • DBAChaos (SIMPLE)
    FULL: - | DIFF: - | LOG: -
    FULL missing
    Meaning

    database 'DBAChaos' is outside backup freshness policy.

    Recommended fix

    Run or repair the full-backup job for database 'DBAChaos'. Verify target path, SQL Server service-account permissions, retention cleanup and free space before rerun.

  • dbNexia_db (SIMPLE)
    FULL: - | DIFF: - | LOG: -
    FULL missing
    Meaning

    database 'dbNexia_db' is outside backup freshness policy.

    Recommended fix

    Run or repair the full-backup job for database 'dbNexia_db'. Verify target path, SQL Server service-account permissions, retention cleanup and free space before rerun.

Long Running

No active or recently completed slow queries longer than 60 seconds.

Deadlocks
  • 2026-08-07 05:00:11 | system_health
    <event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-07T05:00:11.437Z"><data name="xml_report"><type...
    Meaning

    A deadlock occurred in the database in the event; SQL Server selected the session shown in the event or a related session as victim.

    Recommended fix

    Use the event text to identify the two statements and objects. Add the missing index or make both code paths update/read objects in a consistent order.

  • 2026-08-07 05:00:11 | system_health file
    <event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-07T05:00:11.437Z"><data name="xml_report"><valu...
    Meaning

    A deadlock occurred in the database in the event; SQL Server selected the session shown in the event or a related session as victim.

    Recommended fix

    Use the event text to identify the two statements and objects. Add the missing index or make both code paths update/read objects in a consistent order.

  • 2026-08-07 05:00:11 | master | SPID 29
    <event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-07T05:00:11.437Z"><data name="xml_report"><valu...
    Meaning

    A deadlock occurred in database 'master'; SQL Server selected session 29 or a related session as victim.

    Recommended fix

    Use the event text to identify the two statements and objects. Add the missing index or make both code paths update/read objects in a consistent order.

  • 2026-08-07 04:00:11 | master | SPID 2
    <event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-07T04:00:11.793Z"><data name="xml_report"><valu...
    Meaning

    A deadlock occurred in database 'master'; SQL Server selected session 2 or a related session as victim.

    Recommended fix

    Use the event text to identify the two statements and objects. Add the missing index or make both code paths update/read objects in a consistent order.

  • 2026-08-07 04:00:11 | system_health file
    <event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-07T04:00:11.793Z"><data name="xml_report"><valu...
    Meaning

    A deadlock occurred in the database in the event; SQL Server selected the session shown in the event or a related session as victim.

    Recommended fix

    Use the event text to identify the two statements and objects. Add the missing index or make both code paths update/read objects in a consistent order.

Blocking
  • 2026-08-07 06:00:27 | DBAChaos | WIN-PN3T1M2LOOO | SPID 78
    SPID 78 blocked by 79. Wait LCK_M_X 22791 ms. CREATE PROCEDURE dbo.usp_Chaos_BlockedSession AS BEGIN SET NOCOUNT ...
    Meaning

    session 78 was involved in blocking on database 'DBAChaos'.

    Recommended fix

    Resolve the blocking transaction first. If the same statement repeats, add the index that lets it find rows faster or reduce the transaction scope around it.

  • 2026-08-07 01:01:09 | DBAChaos | WIN-PN3T1M2LOOO | SPID 19
    EXEC dbo.usp_Chaos_BlockedSession;
    Meaning

    session 19 was involved in blocking on database 'DBAChaos'.

    Recommended fix

    Resolve the blocking transaction first. If the same statement repeats, add the index that lets it find rows faster or reduce the transaction scope around it.

  • 2026-08-06 09:01:12 | DBAChaos | WIN-PN3T1M2LOOO | SPID 19
    EXEC dbo.usp_Chaos_BlockedSession;
    Meaning

    session 19 was involved in blocking on database 'DBAChaos'.

    Recommended fix

    Resolve the blocking transaction first. If the same statement repeats, add the index that lets it find rows faster or reduce the transaction scope around it.