Viewing 15 posts - 16 through 30 (of 1,824 total)
Edited, try that again now...
November 4, 2013 at 2:26 am
Sounds like HierarchyID is exactly what you are after
November 4, 2013 at 1:55 am
Sounds like you are doing a lot of guess work to identify the issue.
Run a server side trace capturing RCP:Completed and SQLBatch:Completed events with ( at very least the cpu...
May 5, 2013 at 12:36 am
Indeed Lynn is right, cost relative to batch is really "Estimated cost relative to cost of Estimated Batch".
If the actual io is not similar to the estimated io then...
February 28, 2013 at 1:49 pm
rodjkidd (2/13/2013) Remember stitting there with a bad, bad hangover, just hoping I didn't throw up 🙂
That sums up the sqlbits experience 😉
February 13, 2013 at 3:20 pm
Also "many joins" is different if you:
a join b
b join c
c join d
d join e
e join f
f join g
or
a join b
a join...
February 6, 2013 at 4:46 am
From a default point of view, this should present no problems.
First though you need to ensure that design of the tables is 'correct' and properly normalised.
Indexing and statistics will...
February 6, 2013 at 12:22 am
Hi,
So just to confirm,
this is a parentt-child hierarchy and you wish to start at leaf nodes and work back to root ?
What would you expext to happen if the row...
January 4, 2013 at 5:02 am
Hi ,
this is because you are also grouping on WEEK
GROUP BY StockCode, [Week]
Remove that and you should be ok
Dave
January 4, 2013 at 4:04 am
Hi ,
To my mind these are two fundementally different queries.
Just because you have a sequential transactionID which means you happen to get the same result, this is an unfair...
January 2, 2013 at 4:35 am
Happy new year to all the threadzians, have a good 2013.
December 31, 2012 at 7:57 am
Just out of interest, what business problem are you fancing in the real world ?
This sort of problem always strikes be as
a) an academic exercise
b) a poor database...
December 31, 2012 at 7:44 am
Jeff Moden (12/31/2012)
The fly in the ointment, of course, will be the non-unique leaf levels.
Indeed there are
->-> VP Dev Dept
->->-> Team Lead Team1
...
December 31, 2012 at 7:32 am
Hi there,
Firstly there is quite a big descrepancy between estimate and actual row counts throughout the plan this (normally) points to out of date statistics.
use "UPDATE STATISTICS" to...
December 31, 2012 at 3:52 am
Hi,
you seem to be missing some very important data here.
your xml shows that "Brenda Smith" is a child of "Alexander Tuckings", but why ?
What data specifies that relationship...
December 29, 2012 at 2:47 am
Viewing 15 posts - 16 through 30 (of 1,824 total)