Viewing 15 posts - 37,951 through 37,965 (of 59,072 total)
Eugene Elutin (6/18/2010)
Here is my first attempt:
declare @periodStart datetime
declare @periodEnd datetime
-- they must be inside of the same day!!!!
set @periodStart = '20100601'
set @periodEnd = '2010-06-10 23:59:59.000'
declare @givendate datetime
set...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2010 at 4:52 pm
Dan.Humphries (6/18/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2010 at 2:11 pm
TheSQLGuru (6/18/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2010 at 1:02 pm
Agreed... both formatting and appropriate commenting are essential ingredients to good code.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2010 at 6:51 am
Considering that the data you used for that example is quite a bit different than your original example, I'm not surprised my code failed. 😉 You even mixed...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2010 at 5:08 am
Sorry... I've been sick and haven't touched a computer in almost 2 days.
Lemme ask... does your latest couple of posts mean that you're all set or do you still need...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2010 at 4:53 am
Grant Fritchey (6/14/2010)
Jeff Moden (6/11/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2010 at 4:51 am
CirquedeSQLeil (6/14/2010)
Gianluca Sartori (6/14/2010)
Well done on the "Mentor" thread, Gail.Hope he stops.
It seemed to me that the argument was coming from one side today. It appeared that Jeff bailed...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2010 at 9:47 am
I just saw this, Vijay. It's almost 4 in the morning and I have to be at work in a couple of hours. I can't get to this...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2010 at 1:54 am
I guess I'll have to agree to disagree with you on the challenge thing, Dave. And, no... just to be sure, I'm not picking on Jacob's good forum per...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2010 at 1:38 am
Hello again, John,
Here’s an example of what I meant in the previous post. Hopefully, you'll understand why it's good to have more than one mentor.
Using the original problem description,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2010 at 12:44 am
john-902052 (6/14/2010)
I wasn't trying to start a fight. I was just wondering if there was a good hearted individual that would be willing to help me learn to think...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2010 at 9:35 pm
scott.pletcher (6/14/2010)
Hmmm... perhaps I should start a new challenge... I'll write some code and we'll have people figure out how the requirements should have been stated
Sigh. Consistently all you...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2010 at 8:49 pm
scott.pletcher (6/14/2010)
Here is a characteristic for good SQL programming: do as much work as you can in ONE statement, so the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2010 at 8:05 pm
SQLSeTTeR (6/14/2010)
DECLARE @To int, @From int, @LogonID...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2010 at 7:48 pm
Viewing 15 posts - 37,951 through 37,965 (of 59,072 total)