Viewing 15 posts - 376 through 390 (of 1,473 total)
Wow. The new article is like 3x as long as the last one. Good stuff.
November 27, 2009 at 12:26 pm
Jeff Moden (11/27/2009)
Actually, the rewrite is out there now...
My fault, I checked it again before I posted that, but I didn't fully read it, I just saw that it was...
November 27, 2009 at 12:15 pm
TheSQLGuru (11/27/2009)
November 27, 2009 at 10:43 am
sarvesh singh-457805 (11/27/2009)
I haven't got a calendar table. Is it possible to do this without creating the tally table.
You can make non-permanent number tables using CTE's. Here's one example...
November 27, 2009 at 9:48 am
Seth, did your update meet all of the requirements of the quirky update?
Yessir. Why, does one seem missing to you?
November 27, 2009 at 9:44 am
I think you may have adequately conveyed the gist of what you want to do, however, it'd be easier for many of us to understand if you would work up...
November 26, 2009 at 10:45 am
Getting closer. Did you read the article I mentioned?
Put the data/table structure in a format I can do something with and include the where clauses for both...
November 26, 2009 at 10:31 am
I don't understand the question. Please see the post in my signature on how to provide sample data to get a better idea of how to ask a question...
November 26, 2009 at 9:34 am
Yes.
(And if you want a better answer, ask a more specific question.)
November 25, 2009 at 11:25 pm
Heh, thanks. You know me, I'm always ready to jump on any chance to use that quirky update! 😉
November 25, 2009 at 11:05 pm
jb-1079038 (11/25/2009)
I've introcuded a new environment variable to my clients, lets call it %LOGONTIME% with a value that changes and appends each time a user logs on. ...
November 25, 2009 at 8:10 pm
Does a fill factor of 80 really explain that discrepancy though? The way I understood it, that should fill the pages 80% full, leaving unused space equal to 25%...
November 25, 2009 at 3:17 pm
You're missing the else's in the case statements that point to the rownumbers in the left joins. You can actually copy/paste/run that in SSMS to see what it does(although...
November 25, 2009 at 3:12 pm
Create a clustered index on (model, date1) ?
That alone would likely have a massive performance impact.
November 25, 2009 at 2:36 pm
[fEDIT] Irrelevant after I edited the code.
November 25, 2009 at 11:00 am
Viewing 15 posts - 376 through 390 (of 1,473 total)