Viewing 4 posts - 1 through 5 (of 5 total)
Thanks for your help I used a view instead of temp table because the reporting tool we are using cannot use temp tables.
January 8, 2004 at 3:51 pm
This works like magic But I am confused I thought temp tables are suppose to be slower than inner joins
January 8, 2004 at 1:05 pm
I really appreciate your help on this
the derived table AL2and3 has 45 rows the query takes exactly the same time as before and the execution plan is also the same....
January 8, 2004 at 12:48 pm
Thanks for ypur help
I have clustered index on vch_course_id on AL2 and indexes on other fields not being used in the query. on the Al1 I have a clustered index...
January 8, 2004 at 11:14 am
Viewing 4 posts - 1 through 5 (of 5 total)