Viewing 15 posts - 61 through 75 (of 96 total)
GilaMonster (8/10/2009)
SELECT * FROM employee WHERE NOT EXISTS (SELECT 1 FROM emp_detail where employee.emp_no = emp_detail.emp_no)
That will probably run much the same speed as...
August 10, 2009 at 9:55 am
Very funny, Ken! Be sure to get an early start on the blame-storming!;-)
June 22, 2009 at 2:40 pm
John Gregory (6/22/2009)
It sounded like you suggested deliberately causing a problem to get buy-in from your users (...sending out hundreds of thousands of emails). Perhaps I misunderstood this bit. Abusing...
June 22, 2009 at 8:05 am
Jeff Moden (4/29/2009)
April 30, 2009 at 10:30 am
tpepin (4/28/2009)
April 28, 2009 at 10:45 am
greatheep (4/27/2009)
In summary, we want:
- If there is an error in a row,...
April 27, 2009 at 6:30 pm
Thanks for the post! I bet that blows the function based approach out of the water!
April 27, 2009 at 9:31 am
Goldie Graber (4/27/2009)
Thomas (4/27/2009)
April 27, 2009 at 9:15 am
While the sending e-mail task presents an interesting challenge for those seeking to eliminate loops, my guess is that a tiny percentage of resources are being wasted on looping code...
April 27, 2009 at 8:31 am
bruce.trimpop (4/17/2009)
April 17, 2009 at 2:07 pm
Bruce W Cassidy (4/15/2009)
April 15, 2009 at 3:01 pm
I apologize if this is somewhat off topic and there's probably tons of articles on it already, but here is a word to the wise on performance testing. I...
April 15, 2009 at 2:33 pm
RBarryYoung (4/14/2009)
Andy DBA (4/14/2009)
April 15, 2009 at 1:16 pm
RBarryYoung (4/14/2009)
April 14, 2009 at 7:25 pm
I too am looking forward to follow-up articles. I'm hoping new techiques are presented in addition to a consolidation of techiques we've already seen in previous SSC articles.
I've been...
April 14, 2009 at 2:12 pm
Viewing 15 posts - 61 through 75 (of 96 total)