Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,243 total)

  • RE: Are the posted questions getting worse?

    rodjkidd (9/15/2015)


    BWFC (9/15/2015)


    rodjkidd (9/14/2015)


    BWFC (9/11/2015)


    BWFC (9/11/2015)


    Does anybody know if SQL Relay Huddersfield is still going ahead? I had an email this morning and it wasn't listed as one of...

  • RE: Are the posted questions getting worse?

    rodjkidd (9/14/2015)


    BWFC (9/11/2015)


    BWFC (9/11/2015)


    Does anybody know if SQL Relay Huddersfield is still going ahead? I had an email this morning and it wasn't listed as one of the venues....

  • RE: http://promusclecomplexsite.co.uk/wild-raspberry-ketone/

    Reported as spam

  • RE: Are the posted questions getting worse?

    BWFC (9/11/2015)


    Does anybody know if SQL Relay Huddersfield is still going ahead? I had an email this morning and it wasn't listed as one of the venues. It's...

  • RE: Are the posted questions getting worse?

    BL0B_EATER (9/11/2015)


    Ed Wagner (9/11/2015)


    Alvin Ramard (9/10/2015)


    Lynn Pettis (9/10/2015)


    Alvin Ramard (9/10/2015)


    Lynn Pettis (9/10/2015)


    It isn't that the questions are getting worse, I really think it is that the people working against the...

  • RE: Today's Random Word!

    Ed Wagner (9/11/2015)


    Eirikur Eiriksson (9/11/2015)


    anthony.green (9/11/2015)


    whereisSQL? (9/10/2015)


    Ed Wagner (9/10/2015)


    DonlSimpson (9/10/2015)


    Ed Wagner (9/10/2015)


    djj (9/10/2015)


    Ed Wagner (9/10/2015)


    whereisSQL? (9/10/2015)


    Luis Cazares (9/10/2015)


    Universe

    He-Man

    Conan

    Sword

    Katana

    Samurai

    Shogun

    Shaolin

    Monastery

    Hermetic

    Seal

    Wax

  • RE: Are the posted questions getting worse?

    Does anybody know if SQL Relay Huddersfield is still going ahead? I had an email this morning and it wasn't listed as one of the venues. It's still...

  • RE: Today's Random Word!

    Eirikur Eiriksson (9/10/2015)


    Stuart Davies (9/10/2015)


    Ed Wagner (9/9/2015)


    djj (9/9/2015)


    Ed Wagner (9/9/2015)


    DonlSimpson (9/9/2015)


    Luis Cazares (9/9/2015)


    Ed Wagner (9/9/2015)


    crookj (9/9/2015)


    Jim_K (9/9/2015)


    ZZartin (9/9/2015)


    eccentricDBA (9/9/2015)


    BWFC (9/9/2015)


    Eirikur Eiriksson (9/9/2015)


    whereisSQL? (9/9/2015)


    Classy

    Glossy

    Magazine

    cartridge

    Cartilage

    Shark

    Jaws

    Sea

    World

    Globe

    Travel

    Lodge

    Cast Iron

    guarantee

    Warranty

    Extended

  • RE: Today's Random Word!

    Eirikur Eiriksson (9/9/2015)


    whereisSQL? (9/9/2015)


    Classy

    Glossy

    Magazine

  • RE: Remove String from column Post Code Field

    andrew gothard (9/9/2015)


    BWFC (9/8/2015)


    A correctly formed postcode can be 7 or 8 characters - eg SW1A 4WW so change RIGHT(PostalCode, 7) to RIGHT(PostalCode, 8) and LTRIM the result

    Postcodes can be...

  • RE: Remove String from column Post Code Field

    I don't know what your data looks like but that will only work for an eight character postcode. If you take the rightmost eight characters of your string you will...

  • RE: Remove String from column Post Code Field

    SELECT

    ltrim(right(postalcode,charindex(' ',reverse(postalcode),PATINDEX('% %',reverse(postalcode))+1)))

    FROM yourdata

    I've tested this over 14500 county+[space]+postcode combinations and the only ones it didn't work on were cases where there was no space in the...

  • RE: Remove String from column Post Code Field

    A correctly formed postcode can be 7 or 8 characters - eg SW1A 4WW so change RIGHT(PostalCode, 7) to RIGHT(PostalCode, 8) and LTRIM the result

    Postcodes can be 6,7 or 8...

  • RE: Remove String from column Post Code Field

    Pack_Star (9/8/2015)


    Hi,

    Most of the records in this column are correct i.e. NN4 0NB (two strings separated with a space), Then occasionally I return corrupt records i.e. Derbyshire S42 5BX (three...

  • RE: Columnstore Index metadata

    Eirikur Eiriksson (8/27/2015)


    Thank you for this interesting question Hugo.

    😎

    Slightly taken aback seeing the overall results though

    Correct answers:6%

    Incorrect answers:94%

    I suspect that's got something to do with how people have researched this....

Viewing 15 posts - 601 through 615 (of 1,243 total)