Forum Replies Created

Viewing 15 posts - 4,441 through 4,455 (of 15,381 total)

  • RE: comparing the column values in same table.

    raghava_tg (6/16/2014)


    It is working for now.

    Thanks for the prompt response.

    Thanks again..:-):-):-)

    Glad that worked for you. 😀

  • RE: select the record with the most recent order date

    Instead of a spreadsheet full of data that I then have to create a table (guessing at datatypes) and populate with your spreadsheet data can you just post ddl and...

  • RE: Are the posted questions getting worse?

    SQLRNNR (6/16/2014)


    Sean Lange (6/16/2014)


    Koen Verbeeck (6/16/2014)


    Sean Lange (6/16/2014)


    I don't understand why so many soccer players have to roll around on the ground like they just broke their leg in half...

  • RE: Are the posted questions getting worse?

    SQLRNNR (6/16/2014)


    george sibbald (6/16/2014)


    Luis Cazares (6/16/2014)


    David Burrows (6/16/2014)


    Sean Lange (6/16/2014)


    ...a few technological advances (like goal line technology).

    Except that in one match already, with two different views of the goal...

  • RE: select the record with the most recent order date

    itortu (6/16/2014)


    Hello I am working on a query that needs to return the record order number with the most recent requested delivery date.

    It seems to work most of the...

  • RE: comparing the column values in same table.

    Something like this?

    if exists

    (

    select count(*)

    from #temp

    having MAX(col1) - MIN(col1) > 30

    or MAX(col2) - MIN(col2) > 30

    )

    select 'Fail'

    else

    select 'Good'

  • RE: Are the posted questions getting worse?

    John Mitchell-245523 (6/16/2014)


    Sean Lange (6/16/2014)


    As much as that really sucked it did finally force Blatter to admit that something needs to change.

    Yes, he has had some pretty barmy ideas in...

  • RE: Are the posted questions getting worse?

    TomThomson (6/16/2014)


    I think that take is the Rugby players who haven't played soccer, and think that the game played by all the dive experts in professional soccer throughout Europe (especially...

  • RE: Are the posted questions getting worse?

    george sibbald (6/16/2014)


    If we had goal line technology in 2010 England would have won the world cup.;-)

    Undeniably. As much as that really sucked it did finally force Blatter to admit...

  • RE: Are the posted questions getting worse?

    David Burrows (6/16/2014)


    Sean Lange (6/16/2014)


    ...a few technological advances (like goal line technology).

    Except that in one match already, with two different views of the goal line, one clearly showed no...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (6/16/2014)


    Sean Lange (6/16/2014)


    I don't understand why so many soccer players have to roll around on the ground like they just broke their leg in half only to jump...

  • RE: Active Threads link

    Oh yeah...I forgot to mention that once I go to My Account to view the link it almost always gives me a "connection reset" error.

  • RE: Are the posted questions getting worse?

    ChrisM@Work (6/16/2014)


    Ed Wagner (6/16/2014)


    GilaMonster (6/14/2014)


    Koen Verbeeck (6/14/2014)


    Ah, the world cup...

    Yup, that's pretty much how I feel.

    I have little interest in sport. Most of the time that's fine. This week, I...

  • RE: Paging Data Doesn't Work

    Hrhb.mail (6/14/2014)


    Thanks Sean Lange 🙂

    You're welcome. Glad that worked for you.

  • RE: Splitting a single column into multiple rows

    Jeff Moden (6/13/2014)


    Sean Lange (6/13/2014)


    While I agree that the DelimitedSplit8K function is likely to be of help here I want to point out that the datatype containing the csv data...

Viewing 15 posts - 4,441 through 4,455 (of 15,381 total)