Viewing 15 posts - 38,806 through 38,820 (of 59,072 total)
anthony_merriwether (4/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 10:38 pm
Thanks for the feedback, Andy.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 10:29 pm
Good. Because of my inherent distrust in all the other certifications, I'd like to see this one materialize provided that less fortunate folks can actually afford to attain it....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 10:27 pm
Heh... I always get left holding the test bag... starting to feel like a cleaning lady. 😛
Like I said, the Execution Plan lies. You should never rely on it...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 9:59 pm
anthony_merriwether (4/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 8:44 pm
Gianluca Sartori (4/19/2010)
Jeff Moden (4/16/2010)
Just so you guys know... remember I said that I changed my cteTally code to use Gianluca's wonderful...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 8:39 pm
You can't use the aggregate inside the CASE for this. Something like the following would work...
SELECT stMedium,
SUM(CASE WHEN nYear...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 8:21 pm
I agree. Thanks, Bob!
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 7:34 pm
It's been a week since the last reply. You guys didn't give up on the idea did you?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 7:29 pm
SQL_NuB (4/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 7:21 pm
lmu92 (4/19/2010)
Steve Jones - Editor (4/19/2010)
I added some levels to the count. Didn't announce it since they really only applied to me for now. Jeff/Lynn/Gal soon.
"Soon" has been recently?
See here...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 6:56 pm
Heh... you know what they call people who try to "roll their own" when it comes to encryption? Hacked and unemployed.
Don't try to write your own encryption...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 3:26 pm
only4mithunc (4/19/2010)
Unfortunately I didn't check these two things... And as I mentioned, when I dropped and recreated the SP it was fine, so no chance to replicate...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 3:22 pm
Using sp_Rename takes less than 65 milliseconds to execute even on the slowest of boxes and it's usually a whole lot faster than that. Are you sure that it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 3:01 pm
Oddly enough, I agree. 😉 A dynamic Cross Tab would be the way to go and the two articles Lutz cited will teach you how to do that and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2010 at 2:55 pm
Viewing 15 posts - 38,806 through 38,820 (of 59,072 total)