Viewing 15 posts - 39,676 through 39,690 (of 59,072 total)
Steve Jones - Editor (2/22/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 9:08 am
Steve Jones - Editor (2/22/2010)
Jeff Moden (2/22/2010)
... which one do you think I'll pick?The one that says pork chop the most :w00t:
Heh... nope... the one that brings in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 9:07 am
John Burris (2/22/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 9:05 am
J.Faehrmann (2/22/2010)
Being lazy and pragmatic is a very important developer attitude to me.
I never...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 8:58 am
dmbaker (2/22/2010)
In this competative world, the interviewer will pick the person who writes the best code in a reasonable amount of time and, be sure about this, it doesn't take...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 8:52 am
Steve Jones - Editor (2/22/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 8:44 am
Just to be clear, folks... I'm not bad mouthing any of you for your solutions just for the sake of bad mouthing or criticizing... I'm one of "those" people that...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 8:37 am
J.Faehrmann (2/22/2010)
It performs well enough.
DECLARE @i INT
SET @i = 1
WHILE...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 8:25 am
Steve Jones - Editor (2/22/2010)
This isn't a test of great programming ability, it's a weed out of lower programming ability.
I guess that would be a difference in expectations... I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 8:21 am
Jerry Day (2/22/2010)
The crux of the challenge was to code a successful solution...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 6:45 am
Loner (2/22/2010)
JeffWhy don't you post your 'perfect' answer?
I can tell you why... people would simply memorize instead of taking the time to figure it out. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 6:38 am
Jerry Day (2/22/2010)
(
select 1
union all select i+1 from bozo where i < 100
)
SELECT CASE when i % 3 = 0 and i % 5 = 0 then...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 6:24 am
For all of those who are using a WHILE loop or Recursive CTE to perform the simple act of counting, please see the following article for a way to count...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 6:19 am
reidres (2/22/2010)
Manie Verster,I notice that you used a temporary table rather than a table variable. Why did you make that choice?
Thank you.
There shouldn't be a Temp table or Table...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 6:08 am
Gary Varga (2/22/2010)
Although I'd like to see a tribunal oversee a heated debate on coding standards - I'd be killing myself!!!
Seriously though, it is an important issue...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 6:01 am
Viewing 15 posts - 39,676 through 39,690 (of 59,072 total)