Skip to content

Commit 8235888

Browse files
authored
Change column header name 🤙
1 parent e1824e1 commit 8235888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SQL Queries/OperationsManager/HealthService_Inventory.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SELECT
88
WHEN 4 THEN 'Unmonitored'
99
WHEN 255 THEN 'Not Applicable'
1010
ELSE 'Unknown State'
11-
END AS HealthStateDescription,
11+
END AS HealthState,
1212
Q2.ServerName,
1313
-- Select specific columns from HS. Replace '*' with actual column names if needed.
1414
Q1.*

0 commit comments

Comments
 (0)