Subject Re: Help with timing queries
Author Bill Oliver
Thanks all! I think that the

SELECT COUNT(*) FROM ( {SELECT Statement to be profiled} )

will be the best for my needs. While this doesn't execute the fetcher
code, I'm really more interested in timing the join logic in this
case, to compare to an in-house SQL product.

Thanks again!