Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 2,766 total)

  • RE: Talking baseball

    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...

  • RE: Today's Random Word!

    What is this "retirement" thing of which you all speak?

  • RE: Talking baseball

    Steve Jones - Editor (7/9/2010)


    Let me know when you come out. Reds in town for a Mon afternoon game. Love to come down and shake hands for the game.

    Big series...

  • RE: Talking baseball

    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...

  • RE: Talking baseball

    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...

  • RE: We Still Need Human Judgment

    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...

  • RE: Today's Random Word!

    Chris Morris-439714 (7/8/2010)


    Cenote

    C-note

    (Or is that C-flat?)

  • RE: One field Like another

    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...

  • RE: Talking baseball

    Boy, this thread is way too quiet!

    Good NY Times Magazine article about Mariano Rivera

  • RE: Today's Random Word!

    Vacation (which ended yesterday -- what'd I miss?)

  • RE: Today's Random Word!

    Abbott and Costello.

  • RE: Today's Random Word!

    mbricker-600840 (6/24/2010)


    Davey and Goliath

    Sears & Roebuck

  • RE: help using 'like' condtions

    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...

  • RE: Today's Random Word!

    Harpoon

    (more the beer than the weapon)

  • RE: Direct Deposit Table Structure

    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...

Viewing 15 posts - 2,416 through 2,430 (of 2,766 total)