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
When we generate OPENJSON with WITH, we specify the column list in the WITH clause for all columns we know exist, based on the model. If some of these columns aren't referenced, prune them.
Depends on making pruning a real visitor and exposing it publicly (to providers), related to #31083.