Viewing 15 posts - 4,921 through 4,935 (of 18,926 total)
If you want all the details about what's going through my mind with those simple phrases on the include topic, check this out.
http://www.youtube.com/watch?v=XmE_Utp8CY0
14 minutes 45 secs into it.
July 13, 2011 at 9:20 am
I'm retracting my comment on the less reads comment about include.
I remember doing testing in the past with conclusive results but further tests show very little improvement on another test...
July 13, 2011 at 9:16 am
rgtft (7/13/2011)
Ninja's_RGR'us (7/13/2011)
Any reasons you don't have a clustered index on Schools and SCHOOL_YEARS?
Good questions; both SCHOOL and SCHOOL_YEAR tables (and quite a number of other tables) have PK that...
July 13, 2011 at 9:05 am
Ninja's_RGR'us (7/13/2011)
Any reasons you don't have a clustered index on Schools and SCHOOL_YEARS?
No you had read what I meant correctly... but that was wrong too :w00t:.
July 13, 2011 at 9:01 am
Wow that's so cool!
Any other gems like this you care to share?
July 13, 2011 at 8:59 am
Any reasons you don't have a clustered index on Schools and SCHOOL_YEARS?
July 13, 2011 at 8:52 am
quan23 (7/13/2011)
IF EXISTS...
July 13, 2011 at 8:51 am
Still 40% on bookmark lookup...
This should whack it completely (keep in mind that I'm guessing on the columns order, you need to put them in the best order possible (the...
July 13, 2011 at 8:48 am
90% + of the plan is caused by the seek + bookmark lookup on that index IX_UIC.
Are you able to add those 3 columns in the included part of the...
July 13, 2011 at 7:41 am
Well ya the process will lock the table so the schema doesn't change or the table isn't dropped. I'm not locks expert but that shouldn't prevent much to run!
From...
July 13, 2011 at 7:27 am
Deadlock and update stats???
The only caveat is disk and cpu. Stats don't take any locks (unlike indexes rework).
July 13, 2011 at 6:02 am
What gave the error? Bids or SQL SERVER?
Please post the actual execution plan of the query with the clustered index. I'll have a look if I can improve...
July 13, 2011 at 5:27 am
Then your problem is not solved. Hash join is likely not always the most efficient option.
If the table truely gets updated that often you can set update stats in...
July 13, 2011 at 5:26 am
Viewing 15 posts - 4,921 through 4,935 (of 18,926 total)