Morning All,I have inherited an application that makes heavy use of prepared statements.How do they perform / compare to unprepared statements where the parameter values are passed in along with the call itself? How does the optimiser handle this placeholder parameters?Cheers All,Alex
↧