Viewing 15 posts - 5,551 through 5,565 (of 18,926 total)
WayneS (6/3/2011)
Looking at the execution plan in SQL Sentry Plan Explorer, I see
Holly "/*& )(* /"*(/& "!*(/&"!) ? / "*/& " that's so cool! :w00t:
June 3, 2011 at 8:24 am
How many runs did you do? Could be just from regenerating the plan and caching the data... 6 sec on the 1st run is not really bad news......
June 3, 2011 at 8:20 am
There's not performance probleme because there are too much stats but because they are OUT OF DATE.
have you tried running the update stats AFTER the insert?
June 3, 2011 at 7:29 am
tfeuz (6/3/2011)
The 80K of invoices is in the rb_invoicestoprocess table --- this is the list of items that...
June 3, 2011 at 7:09 am
sqlnaive (6/3/2011)
June 3, 2011 at 6:57 am
I haven't read the whole thread, I just skimmed at the exec plan.
RB_Rule
RB_RulePeriod
The stats seem way off. expected rows is 1 vs 80K for actual.
You also get a timeout...
June 3, 2011 at 6:56 am
sqlnaive (6/3/2011)
June 3, 2011 at 5:34 am
checkpoint??? How the heck did you come up with that one?
June 3, 2011 at 5:30 am
Checkout the output clause available both in insert and update.
I'd use distinct over ignore dup keys... I want to see what's going on!
June 2, 2011 at 11:12 am
If it were me I'd be to the point of calling PSS.
I've hit that very same bug back in the day and outside changing the dateformat at connection creation time...
June 2, 2011 at 11:05 am
Should be in sysindexes or sysstats... not sure.
You can go in the master db and check the source code for sp_updatestats I know it uses that column in...
June 2, 2011 at 10:15 am
I C.
Auto upstats on means that stats are automatically updated. If you check async it just means that the server won't wait for the stats to build the plan...
June 2, 2011 at 7:55 am
jennigirl (6/2/2011)
"failed with the following error: "Online index operation cannot be performed for index 'HQ_SQL_PK' because the index...
June 2, 2011 at 7:48 am
Source-NH (6/2/2011)
Sorry about that. Thanks for the catch Ninja's. URL fixed.
Happens all the time :hehe:!
June 2, 2011 at 7:47 am
Source-NH (6/2/2011)
June 2, 2011 at 7:32 am
Viewing 15 posts - 5,551 through 5,565 (of 18,926 total)