Subject | Re: Help with timing queries |
---|---|
Author | Bill Oliver |
Post date | 2006-08-28T14:00:23Z |
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!
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!