Closed nmccullar closed 8 years ago
COST_ESTIMATOR_WHOLE line 590 uses hard coded value 1.5 instead of referencing a variable. Maybe this was meant to be "DECLARE @FactorA INT = 1.5" at the beginning?
Thanks, changed.
COST_ESTIMATOR_WHOLE line 590 uses hard coded value 1.5 instead of referencing a variable. Maybe this was meant to be "DECLARE @FactorA INT = 1.5" at the beginning?