Database ● Sealed v1.0 (treated)

SQL Server Configuration

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 feeds into the ACQI app's dedicated results view. From there, conflicts, dependencies, and readiness scores roll up into the deal workspace.

Route in app:
/discovered/sqlserver-config

Outputs

Each module produces a CSV with readiness and risk scores, evidence-source counts, and last-seen timestamps. The exact columns vary by module — the app's results view shows the live schema.