Viewing 15 posts - 61 through 75 (of 130 total)
mister.magoo (10/12/2012)
Oh, and it relies on a...
October 12, 2012 at 10:35 pm
Jeff Moden (10/11/2012)
haiao2000 (10/11/2012)
I upload new execution plan . if someone can help identify one more break thru like MM did would be a home run for me.Thanks in advance.
Is...
October 12, 2012 at 7:42 am
I guess the sittuation is not so difficult to him anymore 🙂 oh well....
On the side note, GilaMonster in indonesian it means "Crazy Monster" as Gila=Crazy what you mean?
October 12, 2012 at 7:37 am
How about this
--test ddl
declare @sales_log table(member_id varchar(50),company_id varchar(50),purchase_dt datetime,purchase_amt money)
insert into @sales_log(member_id,company_id,purchase_dt,purchase_amt)
select 'Jen9921', '222141','1/2/2011','11.99' union all
select 'Jen9921', '222141','2/2/2011','11.99' union all
select 'Jen9921', '222141','3/2/2011','11.99' union all
select 'Jen9921', '222141','4/2/2011','11.99'...
October 11, 2012 at 8:02 pm
I upload new execution plan . if someone can help identify one more break thru like MM did would be a home run for me.
Thanks in advance.
October 11, 2012 at 6:48 pm
mister.magoo (10/11/2012)
haiao2000 (10/11/2012)
1) get...
October 11, 2012 at 6:35 pm
Maybe this will give another angle to look at. There are 2 ways I can benefit from this query if I can get it runs fast enough.
1) get all the...
October 11, 2012 at 3:43 pm
MM,
I switched to clustered Index it runs about the same amount of time. Could you think of something else I can try to see if it makes any different? If...
October 11, 2012 at 1:53 pm
MM
Here it is
SQL Server parse and compile time:
CPU time = 0 ms, elapsed time = 0 ms.
SQL Server Execution Times:
CPU time =...
October 11, 2012 at 12:51 pm
MM,
Here it is
SQL Server parse and compile time:
CPU time = 0 ms, elapsed time = 0 ms.
SQL Server Execution Times:
CPU time...
October 11, 2012 at 12:40 pm
Here it is.
SQL Server parse and compile time:
CPU time = 0 ms, elapsed time = 0 ms.
SQL Server Execution Times:
CPU time =...
October 11, 2012 at 11:47 am
MM,
IT runs even slower in another box. See attachment
Looks like it used the wrong index key. there is a clustered index that combined( ParentID, ChildId, and 2 other fields)
While there...
October 11, 2012 at 10:46 am
MM
Attached is new plan running on permanent table sitting on a separated database (in the same laptop).
I will run off and run it on another box and see if anything...
October 11, 2012 at 10:36 am
I see, I suspect that my laptop runs slower than a normal one, so I will test on another machine later. I am going to create a permanentable senarios...
October 11, 2012 at 10:28 am
mister.magoo (10/11/2012)
And the statistics???
MM,
Sorry here it is. This one has 4 levels. With 34,689 records return in 53 seconds. The table has 10,831,321 records
Updated: uploaded screenshot of segment that...
October 11, 2012 at 10:19 am
Viewing 15 posts - 61 through 75 (of 130 total)