Viewing 15 posts - 1 through 15 (of 41 total)
Mike C,
My point was that this was an editorial, not a technical article. Yes, we need to try to help the juniors get through the death of their soul as...
December 5, 2006 at 8:58 am
I've had similar experiences as well, and I think anyone with more than 5 years of experience as a good SQL developer is going to have at least one of...
December 5, 2006 at 8:23 am
This just happened a few months ago. It made me understand just how far removed us "IT dorks" really are sometimes from our users.
We had an all-hands meeting with all...
July 14, 2006 at 10:46 am
That worked. Thanks for your help, Amit!
Jeff
April 6, 2006 at 3:43 pm
Amit,
Thank you for your reply! I didn't explain myself well enough in the original post though. For example, I have 6 rows that I want to concantenate into one variable:
[UnNamed Batch].............................................:...
April 6, 2006 at 2:00 pm
I've seen this exact error and every time we see it, we know we've hard-coded a path to an object within the package. If one of the objects in the...
March 1, 2006 at 8:28 am
Ray,
That's what I was looking for.
Thanks!
Jeff
November 2, 2005 at 11:54 am
Chuck,
I wasn't making an ad hominem attack, I was addressing the people who were being religious zealots, hoping I could get them to see that they're not helping their argument.
But,...
October 17, 2005 at 4:28 pm
Sean,
Good article, don't let the naysayers dissuade you from writing again. The religious zealots that have been responding are just making your point for you.
Religious Zealots,
I think Scott Adams...
October 17, 2005 at 4:08 pm
My bad.
Topic: The practising the interview answers concept was a great idea.
Topic: swearing during an interview is a question to be dealt with as the reader sees fit. ...
October 17, 2005 at 11:45 am
I've been in interviews where the interviewer would embarrass Sam Kinnison. Interestingly, she didn't keep her technical staff, and I've had recruiters call me about once a year asking me...
October 17, 2005 at 11:30 am
Thanks everyone for your input! We are using these suggestions to streamline the code.
April 27, 2004 at 4:51 pm
KS,
It'll likely slow down your query, but try comparing UCase() = UCase (). That way you know that both are being compared equally.
It's ugly, but ...
Jeff
April 14, 2004 at 9:45 am
Wow. This has been one of those "every day I learn something new is a successful day" days.
Thanks to both of you!
Jeff
January 13, 2004 at 12:28 pm
Bill,
Here is the dup checking based on your structures:
DELETE FROM cbDoNotCall
WHERE PhoneNum IN
(SELECT PhoneNum
...
November 5, 2003 at 2:08 pm
Viewing 15 posts - 1 through 15 (of 41 total)