Viewing 8 posts - 1 through 9 (of 9 total)
I think I'm losing my mind, I remove all unnecessary indexes, and optimize the remains but I couldn't still solve the problem. processor is still very high. For example I...
February 15, 2010 at 5:43 am
there was an index scan when I didn't use table hint. but I use table hint it turns to index seek and key lookup. but when I use only necessary...
February 15, 2010 at 1:22 am
I have been appling your recomendations to my queries. thank you so much. but I encounterd key lookup in execution plan and it's cost 100%. is it good or...
February 15, 2010 at 12:13 am
You gave me so valuable information thank you so much, but how can I decide which index or indexes must be deleted?
February 11, 2010 at 3:27 pm
I attached my table and indexes scripts and an execution plan. Execution plan is related to an update query. this is a so sample query but it takes about 4-5...
February 11, 2010 at 2:15 am
Viewing 8 posts - 1 through 9 (of 9 total)