SQL Plan Comparison

The plan of an SQL can change, and the change is justified if it doesn’t degrade performance. Changes in the values of bind variables,  change in statistics etc. can change the plan which is often an expected behavior. But now and then you may see a change that degrades performance. Below script compares the plans for  SQL s from […]