Viewing 15 posts - 56,611 through 56,625 (of 59,067 total)
p.p.s..... you don't need a CTE for this... the derived tables have nothing in common. EXCLUDE will probably work but that's a poor man's excuse for a good solid OUTER...
April 6, 2007 at 9:57 pm
By the way... it looks like it'll be a tiny bit faster if you change this...
ON inc.EmployeeID = exc.EmployeeID
... to this...
ON a.EmployeeID = exc.EmployeeID
April 6, 2007 at 9:54 pm
Heh... sorry Jason... had to make sure... the post was too perfect (well done, by the way!!!)... you should teach! You had "Use Cases" and everything!
Anyway, using the test tables...
April 6, 2007 at 9:47 pm
Outstanding post, Jason... everything is there and very easy to read... while I'm looking at this, tell me what you've tried just so reassure me that this isn't homework, please.
April 6, 2007 at 8:20 pm
Halifaxdal,
I/we are trying to help... in order to do that, I need answers to the questions I posed, earlier. Of course, if you don't want the help or think you can...
April 6, 2007 at 7:49 pm
David,
What I was looking at were the numbers from one of the previous posts (reprinted here for convenience...)
Warning: The table 'IISLog' has been created but its maximum row size (13625)...
April 6, 2007 at 7:38 pm
Did you even try to figure out the error, Frances? Remember, lot's of folks don't have the time to setup test data if you don't provide it in an INSERT/SELECT...
April 6, 2007 at 6:11 pm
A 25 column covering index just might do it
... but I'm thinking the view is written incorrectly. Do you have calculations on the...
April 6, 2007 at 6:03 pm
I'm thinking you still need to remove the "e." from the column alias... everything else in David's post should be just about spot on.
April 6, 2007 at 5:36 pm
Oh.... that's why the turnover rate is so high ![]()
April 6, 2007 at 5:31 pm
Perfect... thank you for the feedback!
April 6, 2007 at 5:29 pm
Somebody's not listening, Brian. WHAT does the EXE do? The reason I ask is because you may not need the darned thing at all.
April 6, 2007 at 5:22 pm
Halifaxdal...
I just noticed that the size of the MDF table doubled when you added the column... you've done something wrong... very wrong... stop modifying the original table!!!
April 6, 2007 at 5:19 pm
Heh... point well taken, David... we have a day or two just like that. Our "big one" is affectionately known as "Cycle 28".
April 6, 2007 at 4:59 pm
Viewing 15 posts - 56,611 through 56,625 (of 59,067 total)