Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 2,766 total)

  • RE: Today's Random Word!

    WOTD: fog

    (both literally and figuratively -- I'm looking out my office window, and there are a lot of low-lying clouds, and I haven't had my coffee yet!)

  • RE: How to add two #Temptables

    Alvin Ramard (10/22/2010)


    Ray K (10/22/2010)


    Rather than using SELECT INTO for your second statement, why not just use INSERT INTO?

    Edit: looks like Alvin and I are operating on the same wavelength...

  • RE: How to add two #Temptables

    Rather than using SELECT INTO for your second statement, why not just use INSERT INTO?

    Edit: looks like Alvin and I are operating on the same wavelength today! 🙂

  • RE: Today's Random Word!

    Daniel Bowlin (10/22/2010)


    Chris Morris-439714 (10/22/2010)


    Ray K (10/22/2010)


    Tango. Golf. India. Foxtrot.

    Heh yeah and only 2 1/2 hours until beertime! 🙂

    For us east coasters, that will be lunch. ...

  • RE: Today's Random Word!

    Tango. Golf. India. Foxtrot.

  • RE: OUTPUT clause

    WayneS (10/21/2010)


    Say what? Overkill???

    Edit: my original reply was a bit too flippant -- didn't want anyone to take it the wrong way!

    Maybe "overkill" wasn't the right word -- rather,...

  • RE: OUTPUT clause

    Okay, that's what I figured.

    I ended up just creating a simple SELECT statement for the column immediately following the INSERT. I'm just writing a quick 'n dirty, and it's...

  • RE: Cheap Fun

    I remember having all sorts of fun with cardboard boxes when I was a kid! I'd draw wheels and windows on the box, climb into it -- and boom!...

  • RE: Today's Random Word!

    Craig Farrell (10/21/2010)


    fowl language

    Quack! Honk! Gobble! Cluck!!!

    (Translation: "@#$%^&*!!!") :hehe:

  • RE: Today's Random Word!

    Daniel Bowlin (10/21/2010)


    Query.....oh wait, this is not about SQL.:-D

    I thought about it, but wasn't going to say it!

  • RE: Are the posted questions getting worse?

    Anyone have any ideas to help this fellow out? (I don't.)

    http://www.sqlservercentral.com/Forums/Topic1008514-391-1.aspx

  • RE: Using Like

    Good question. I can't think of an answer.

    Why do you need to do this? If you tell us what you're trying to achieve, maybe we can come up...

  • RE: Today's Random Word!

    WOTD: word

  • RE: Where are you?

    **shudder!**

    Looks beautiful!

    Too bad I'm acrophobic! :sick:

  • RE: Today's Random Word!

    Brandie Tarvin (10/20/2010)


    CirquedeSQLeil (10/20/2010)


    Ray K (10/20/2010)


    Word Code of the day . . .select cup from coffee

    where caffeine = 'high'

    You won't get any that way, try this:

    select coffee

    Into #Mug

    from Pot

    where caffeine...

Viewing 15 posts - 2,086 through 2,100 (of 2,766 total)