Im writing a report generator, this program build a query dynamically. And i wish to prevent to long query from executing. I know that i can have the estimated query cost with sql Query analyzer, but i cant find a way to get in from the application..
I am searching a kind of function that receive the query in parameter and return the estimated query cost..
It is possible? and how?
NB. I am using Coldfusion language but i dont think this is important .. it must be a kind of procedure or dll call?
Thanks in the advance
I am searching a kind of function that receive the query in parameter and return the estimated query cost..
It is possible? and how?
NB. I am using Coldfusion language but i dont think this is important .. it must be a kind of procedure or dll call?
Thanks in the advance