Viewing 5 posts - 1 through 5 (of 5 total)
Thanks to all.
I rewrote the query and I got the results in less than 2 sec.
I am not sure if @ or # will delay the fetch but the joins...
June 23, 2009 at 1:15 pm
The Query and the actual plans with 2 columns included and with out 2 columns are attached
June 23, 2009 at 10:10 am
only two float columns that has very small values are causing the delay. other float columns when selected are not a problem.
June 23, 2009 at 9:02 am
AWESOME.
Thanks for the info and it solved my problem.
Thank you .
Sree
June 18, 2009 at 10:01 am
I have a table with 82 million records.
I want to test if there are any duplicates and I ran a query
SELECT DISTINCT
...
April 6, 2009 at 8:45 am
Viewing 5 posts - 1 through 5 (of 5 total)