Database ● Sealed v1.0 (treated)

SQLServerConfig

Enriches a SQL Server configuration record with context and derived columns.

What it does

Takes a raw sys.configurations row and adds enrichment fields: - ConfigName: maps from the input's Name field - InstanceName, ComputerName: context columns - MaxMemoryMB, Maxdop, CostThreshold, AuthMode: semantic columns populated only when the config row's Name matches the corresponding setting (others remain null).

How the app exposes it

The module runs through the ACQI discovery orchestrator and writes its rows into a dedicated results view. From there, conflicts, dependencies, and readiness scores feed the deal-wide consolidation layer.

Route in app:
/discovered/sqlserver-config

Outputs

Each module emits a normalised CSV keyed by entity ID with readiness and risk scores, evidence-source counts, and last-seen timestamps. The exact column set varies by module — the app's results view shows the live schema.