Community

How to test for query regressions when upgrading

(Denny Cherry) One of the things that you want to test for when doing an upgrade of SQL Server is query regressions. Regressions happen when the new version of SQL Server makes a poor decision when running the same code that you can before.