Viewing 4 posts - 31 through 35 (of 35 total)
Hi Gail,
As you can see in the Execution plan a large amount about 46% is being consumed by Hash joins.
I am not sure if I want Nested loop joins or...
September 23, 2010 at 3:54 am
I am not sure why this particular date is showing up in Aruguments getdate()-'sep 28 1902 12:00 AM.
I havent included this date in any of my where clauses.
My question is...
September 21, 2010 at 1:10 am
I could convert all my table scans into Index seek by including the columns the query returns.
I still have one question:
Though the recent data in my table is from 2005,...
September 21, 2010 at 12:57 am
Hi Gail,
Thanks for your response. It is true that my select statement has more columns, may be that is the reason why table scan is going on. Do you...
September 20, 2010 at 12:07 am
Viewing 4 posts - 31 through 35 (of 35 total)