SERVER 4
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 ):8.0 MB
Health
- CPU 1.0% Mem free 63.3% 2 sessions 9 trans
Error Pulse
-
Open event
-
Err 113
Timeouts 119
Logins 1
Grants 1
2026-08-07 05:10:32 - (@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 stepRun 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.0 / 64.0 MB (10.9%)LOG : 2.1 / 8.0 MB (26.8%)Version store: 0.2 MB
Largest Databases
- dbNexia_db : 520.0 MB
- tempdb : 12.0 MB
- DBAChaos : 10.0 MB
Latest Audit Events
-
LGIF: Network error code 0x6d occurred while establishing a connection; the connection has been closed. Th
2026-08-07 04:05:01 -
LGIF: Network error code 0x6d occurred while establishing a connection; the connection has been closed. Th
2026-08-07 04:05:01 -
LGIF: Network error code 0x6d occurred while establishing a connection; the connection has been closed. Th
2026-08-07 04:05:01 -
LGIF: Network error code 0x6d occurred while establishing a connection; the connection has been closed. Th
2026-08-07 04:05:01 -
LGIF: Login failed for user 'DBAChaos_Invalid_Login'. Reason: Could not find a login matching the name pro
2026-08-07 02: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
No active or recently completed slow queries longer than 60 seconds.
Deadlocks
-
2026-08-07 01:00:08
|
master
|
SPID 49
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-07T01:00:08.256Z"><data name="xml_report"><valu...Meaning
A deadlock occurred in database 'master'; SQL Server selected session 49 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-07 01:00:08
|
system_health file
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-07T01:00:08.256Z"><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-06 23:00:12
|
system_health file
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-06T23:00:12.074Z"><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-06 23:00:12
|
master
|
SPID 42
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-06T23:00:12.074Z"><data name="xml_report"><valu...Meaning
A deadlock occurred in database 'master'; SQL Server selected session 42 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-06 22:00:08
|
system_health file
<event name="xml_deadlock_report" package="sqlserver" timestamp="2026-08-06T22:00:08.370Z"><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-07 06:00:15
|
DBAChaos
|
WIN-PN3T1M2LOOO
|
SPID 83
SPID 83 blocked by 84. Wait LCK_M_X 10413 ms. CREATE PROCEDURE dbo.usp_Chaos_BlockedSession AS BEGIN SET NOCOUNT ...Meaning
session 83 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.
-
2026-08-06 18:01:09
|
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.
-
2026-08-06 11:01:15
|
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.