Viewing 15 posts - 2,416 through 2,430 (of 2,766 total)
Figured I'd stoke the flames here a bit!
What are your thoughts about the All-Star Game?
Who's in that shouldn't be? Who got snubbed?
Should it really "mean anything," or should it...
July 9, 2010 at 2:48 pm
What is this "retirement" thing of which you all speak?
July 9, 2010 at 11:24 am
Steve Jones - Editor (7/9/2010)
Big series...
July 9, 2010 at 11:10 am
Steve Jones - Editor (7/8/2010)
I certainly didn't. I was thinking a Dodgers/Rockies race. AZ/SD in last.
Wasn't sure about LA with the big McCourt divorce thing. I definitely thought Colorado...
July 9, 2010 at 10:39 am
Steve Jones - Editor (7/8/2010)
Rocks in a thriller a few days ago. 15 innings. Managed to win, but not gaining much ground in the NL West.
Who would've thought that San...
July 8, 2010 at 1:54 pm
Good article (as always), Steve. (I'm just getting around to reading this now -- I was on vacation last week, so I'm a little behind.)
Every time I hear a...
July 8, 2010 at 1:42 pm
Chris Morris-439714 (7/8/2010)
Cenote
C-note
(Or is that C-flat?)
July 8, 2010 at 7:35 am
You'd probably be better off doing some kind of string comparison, say something like this:
select * from tablename
where charindex(stsub, address) > 0
I don't know how well this will work with...
July 7, 2010 at 3:25 pm
mbricker-600840 (6/24/2010)
Davey and Goliath
Sears & Roebuck
June 24, 2010 at 7:22 am
Try something like this:select * from tableA
join tableB on tableA.drug like '%' + tableB.drug1 + '%'
I think this is the correct syntax. (Someone correct me if I'm wrong.)
Also, keep...
June 23, 2010 at 2:15 pm
PaulB-TheOneAndOnly (6/23/2010)
In this particular case I'll probably go with a denormalized solution - single table.
Just curious: why single table? When I first read the question, my initial thought was...
June 23, 2010 at 8:08 am
Viewing 15 posts - 2,416 through 2,430 (of 2,766 total)