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 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 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.9 / 64.0 MB (12.3%)LOG : 1.6 / 8.0 MB (19.6%)Version store: 0.2 MB
Largest Databases
- dbNexia_db : 497.0 MB
- tempdb : 11.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: Login failed. The login is from an untrusted domain and cannot be used with Integrated authenticatio
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: SSPI handshake failed with error code 0x80090301, state 14 while establishing a connection with inte
2026-08-07 04:05:01
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 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 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 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 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 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 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 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 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 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 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: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 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-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 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 09:01:12
|
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.