I've upgraded a Pre-Prod server from SQL Server 2012 to SQL server 2014 Sp1.
It has been largely good however, In our brief manual testing we have found some issues where the new cardinality estimator has made significant decreases in performance on a handful of queries. (i.e. running the same query with database compatibility mode of 110 or (QUERYTRACEON 9481) and the same query is lightning fast).
Is there a (good) way to grab queries from our high transaction production servers and test them en masse on our Pre-Prod servers to see how large the problem is and which queries will be affected so we can mitigate them?
Thanks, James