You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Host OS column to Server Inventory in Dashboard and Lite (#748) (#823)
Queries sys.dm_os_host_info (SQL 2017+) for the host_distribution
value. Falls back to parsing @@Version for SQL 2016 and Azure SQL DB.
No schema changes — the data is queried live alongside existing server
properties.
Fixes#748
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments