Add tooling to identify queries on partitioned tables that do not prune correctly
The query plans in &8441 (closed) are extremely valuable for finding queries that need to be changed to support a potential partitioning migration.
Create a tool that can identify queries in the artifact that do not correctly prune partitions. As a first iteration, this can be a simple shell script that's run against the query recorder tarball.
Edited by Simon Tomlinson