C
cherman
Does anyone know of a way to find if a function is being called from a query?
Another words, I have a function that might be called from 1 or more queries
in my DB and I am looking for a quick way to see which queries it is called
from.
With over 200 queries in my DB, it will take me some time to check them
manually, and I have 2 functions to check.
Is there a utility or something that will do this for me?
Thanks!
Another words, I have a function that might be called from 1 or more queries
in my DB and I am looking for a quick way to see which queries it is called
from.
With over 200 queries in my DB, it will take me some time to check them
manually, and I have 2 functions to check.
Is there a utility or something that will do this for me?
Thanks!