Viewing 6 posts - 1 through 6 (of 6 total)
GilaMonster (9/28/2011)
September 28, 2011 at 10:45 am
Heh, I was just looking at that!
This is part of my query:
FROM #EBuyers AS B
INNER JOIN #EVendors AS V
ON V.BuyerNumber = B.BuyerNumber
INNER JOIN tblProduct AS P WITH (NOLOCK)
ON P.VendorNumber =...
September 28, 2011 at 10:28 am
Awesome, thank you! It sounded logical, but I wanted to make sure I wasn't missing something.
Thank you very much!
September 28, 2011 at 10:24 am
Peter Trast (2/15/2011)Sometimes I am even nervous about participating in the dialog 🙂
Try physically working with quite a few knowledgable SQL people, using a 'not like' against a 650 million...
February 15, 2011 at 12:16 pm
Charles Kincaid (2/15/2011)Still the "blowtorch to the backside" was about the cleanest way that I could think of to state how this feels.
As far as FEELING goes, I'll give you...
February 15, 2011 at 11:29 am
I think the criticism is less "taking a blowtorch to his backside" and more commenting about how, for an article that clearly states its intended audience is "the junior database...
February 15, 2011 at 9:42 am
Viewing 6 posts - 1 through 6 (of 6 total)