From 8af09ee6c03334d1412d3e65aae3295ebec4131c Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:20:28 -0500 Subject: [PATCH] Issue #281 medium gaps: Surface hidden columns in memory, procedure, and query store grids Gap #6: Add 4 memory summary fields (available physical, total/available page file, memory model) Gap #7: Add 9 procedure stats columns (min/max reads, physical reads, writes, spills, cached time) Gap #9: Add 9 query store columns (exec type, first execution, CLR, tempdb, log bytes, plan type, force failures, compat level) Co-Authored-By: Claude Opus 4.6 --- Lite/Controls/ServerTab.xaml | 70 ++++++++++++++++++++ Lite/Controls/ServerTab.xaml.cs | 8 +++ Lite/Services/LocalDataService.QueryStats.cs | 32 ++++++++- Lite/Services/LocalDataService.QueryStore.cs | 32 ++++++++- 4 files changed, 138 insertions(+), 4 deletions(-) diff --git a/Lite/Controls/ServerTab.xaml b/Lite/Controls/ServerTab.xaml index 2013c4bd..fb98b4ec 100644 --- a/Lite/Controls/ServerTab.xaml +++ b/Lite/Controls/ServerTab.xaml @@ -463,6 +463,33 @@