Viewing 15 posts - 136 through 150 (of 309 total)
_taz_ (6/15/2010)
June 16, 2010 at 8:00 am
I just saw that Microsoft actually decided that this problem was not only regarded as a bug but that they even considered it worth fixing.
So it seems that...
June 16, 2010 at 2:56 am
moosamca (6/14/2010)
The attached query is running for more than 5 min and ending up with the below mentioned following error . I ran the query execution plan and found...
June 16, 2010 at 2:32 am
SQLSeTTeR (6/14/2010)
DECLARE @To int, @From int, @LogonID...
June 15, 2010 at 9:13 am
I think that you have to accept that in this case it is very difficult for the server to get good estimates of the number of rows needed.
When you use...
June 15, 2010 at 7:47 am
I see.
I never understood what you meant with your "Version"
I now understand that the number of rows you were talking about originally should be multiplied by the number of versions.
I...
June 15, 2010 at 6:24 am
gtschech (6/15/2010)
I have seen the bad statistics you pointed me on.
Until that I believed I had updated the statistics; between every load into the database and processing...
June 15, 2010 at 2:52 am
The problem here seems to be caused by bad statistics.
The seek from ZuoPositionAggregation has estimated rows = 18, but actual rows=113566
The seek from ZouRisikoFactorAggregation has estimated rows=1.8 M but actual...
June 15, 2010 at 1:27 am
First I think we should make it clear why this query is so hard for the SQL server.
The original query looks like this:
SELECT *
FROM EffectiveItems
WHERE 982827279 between LOW and HIGH
...
June 12, 2010 at 11:36 am
ss-457805 (5/24/2010)
So for instance the status was 2 between...
May 24, 2010 at 3:39 pm
ss-457805 (5/24/2010)
The question is what you want to do when there are multiple entries in the statushistory that matches the assetid. Whatever you do you must make sure that you...
May 24, 2010 at 9:08 am
I tested this on SQL 2008. I got exactly the same behavior as the OP.
Maybe there is a difference here between 2005 and 2008 ?
May 24, 2010 at 7:11 am
ss-457805 (5/21/2010)
sh.auditid as lastStatusChangeAuditId
INTO dbo.New2
FROM dbo.productionAudit p
Left...
May 24, 2010 at 5:38 am
Jeff Moden (5/23/2010)
I thought I'd "bump" this one for the OP since he provided everything requested but hasn't gotten a reply yet. 🙂
Give me a break. 😉
Dont you have weekends...
May 24, 2010 at 5:09 am
Viewing 15 posts - 136 through 150 (of 309 total)