Viewing 5 posts - 1 through 5 (of 5 total)
However, I want to see your execution plan
Try to execute it and show result XML, please
It seems that index on Mid is missed or not used
SELECT a.Mid, a.Ph, a.msg, a.dd,...
May 28, 2008 at 7:01 am
CrazyMan (5/28/2008)
I am taking off all the records on a temp table, so i...
May 28, 2008 at 6:53 am
No, no
🙂
I mean duration of SELECT execution.
I guess that your trouble is very slow INNER JOIN. So I try to found another way to delete data
Something like this:
DELETE a ...
May 28, 2008 at 4:26 am
CrazyMan (5/28/2008)
I dont have a execution plan , but the table index structure is as below
ok
Let try from another side.
How much time is this query being...
May 28, 2008 at 4:13 am
May you show us Actual Execution Plan of DELETE statement?
And table definitions of OQa with all its indexes too
May 28, 2008 at 3:50 am
Viewing 5 posts - 1 through 5 (of 5 total)