SERVER 5
Focused health, workload, backup, capacity, and reliability signals for this SQL Server instance.
What needs attention on this server
Current workload posture
Top Growth (24h)
- dbNexia_db (Log ):6.0 MB
Health
- CPU 2.0% Mem free 64.0% 1 sessions 10 trans
Error Pulse
-
Open event
-
Err 62
Timeouts 60
Logins 0
2026-08-12 11:02:21 - The request failed to run because the batch is aborted, this can be caused by abort signal sent from client, or another request is running i...Meaning
Clients or jobs waited longer than their command timeout.
Next stepOpen the same time window in Long Running and Blocking. If there is no blocker, tune the slow statement or reduce the batch/report size before increasing timeout settings.
TempDB
-
DATA: 5.4 / 64.0 MB (8.4%)LOG : 2.2 / 8.0 MB (27.0%)
Largest Databases
- dbNexia_db : 496.0 MB
- DBAChaos : 11.0 MB
- tempdb : 10.0 MB
Latest Audit Events
-
LGIF: Login failed for user 'DBAChaos_Invalid_Login'. Reason: Could not find a login matching the name pro
2026-08-12 10:00:04 -
LGIF: Login failed for user 'DBAChaos_Invalid_Login'. Reason: Could not find a login matching the name pro
2026-08-12 05:00:04 -
LGIF: Login failed for user 'DBAChaos_Invalid_Login'. Reason: Could not find a login matching the name pro
2026-08-12 04:00:03 -
LGIF: Login failed for user 'DBAChaos_Invalid_Login'. Reason: Could not find a login matching the name pro
2026-08-11 21:00:02 -
LGIF: Login failed for user 'DBAChaos_Invalid_Login'. Reason: Could not find a login matching the name pro
2026-08-11 18:00:02
Low Free Space
All drives healthy.
SQL Agent Failures
No job failures.
Backup Risks
-
DBAChaos
(SIMPLE)
FULL: - | DIFF: - | LOG: -FULL missingMeaning
database 'DBAChaos' is outside backup freshness policy.
Recommended fixRun 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 missingMeaning
database 'dbNexia_db' is outside backup freshness policy.
Recommended fixRun 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
-
UPDATE dbo.ChaosLock SET Payload = Payload + 1, ModifiedUtc = SYSUTCDATETIME() WHERE LockId = 3Meaning
This request in database 'DBAChaos' has run for 71 seconds.
Recommended fixUse the SQL text shown in this row as the target. Add or adjust the index that supports its WHERE/JOIN/ORDER BY columns, update stale statistics, or break the operation into smaller batches.
Deadlocks
-
2026-08-12 07:00:08
|
master
|
SPID 67
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-12T07:00:08.553Z"><data name="xml_report"><valu...Meaning
A deadlock occurred in database 'master'; SQL Server selected session 67 or a related session as victim.
Recommended fixUse 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-12 07:00:08
|
system_health file
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-12T07:00:08.553Z"><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 fixUse 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-12 00:00:10
|
master
|
SPID 44
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-12T00:00:10.539Z"><data name="xml_report"><valu...Meaning
A deadlock occurred in database 'master'; SQL Server selected session 44 or a related session as victim.
Recommended fixUse 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-12 00:00:10
|
system_health file
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-12T00:00:10.539Z"><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 fixUse 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-11 22:00:14
|
system_health file
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-11T22:00:14.587Z"><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 fixUse 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-12 02:01:10
|
DBAChaos
|
WIN-PN3T1M2LOOO
|
SPID 19
EXEC dbo.usp_Chaos_BlockedSession;Meaning
session 19 was involved in blocking on database 'DBAChaos'.
Recommended fixResolve 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.