Reply to Re: Determine fastest query in Query Analyzer
Posted by undercups on 09/17/05 20:34
Have a look at showplan whick give you an idea what the database is
doing to resolve your queries. Determining the fastest method can be
difficult especially with changing volumes of data, add or remove an
index will effect the results (faster or slower) so experiment a bit.