Forum Replies Created

Viewing 15 posts - 31 through 45 (of 165 total)

  • RE: Burnout

    Eric M Russell (2/9/2015)


    It's easy to walk away from a job when you're young, your coworkers are difficult, and the pay is low. In that situation there is no internal...

  • RE: R-E-S-P-E-C-T

    Steve Jones - SSC Editor (1/21/2015)


    DavidL (1/21/2015)


    Steve: Can you explain a little why you don't think the German law can work, or is a good idea (don't remember exactly...

  • RE: R-E-S-P-E-C-T

    Steve: Can you explain a little why you don't think the German law can work, or is a good idea (don't remember exactly what you said about it)?

  • RE: The Last Job

    OCTom (12/12/2014)


    don.schaeffer (12/12/2014)


    I hope it's the last job as I've got just a few years to retirement but if things go downhill at my current position I will move.

    Someone mentioned...

  • RE: The Last Job

    Hey! Good for you.

    Stay hungry, stay curious!

  • RE: The 2014 PASS Summit - Thursday

    Can you explain further the idea of selling recordings of the sessions to attendees? Is it an additional fee over an above the conference fee?

  • RE: The Real Scary DBAs

    lshanahan (9/8/2014)


    There's that old saw: "Some are born great, some achieve greatness, and some have greatness thrust upon them." (Wasn't that Shakespeare?)

    So I guess we can re-phrase it: "Some are...

  • RE: Titles Matter – Part 2

    GilaMonster (9/5/2014)


    Personally.... My father's an engineer (mechanical). I know what goes into studying to be an accredited engineer. I will never use the title Engineer for myself (I'm not one)

    When,...

  • RE: Advice for Steve Jones

    Steve Jones - SSC Editor (9/2/2014)


    DavidL (9/2/2014)


    All good advice. I like the first one (there is no plan), and the part about being true to yourself. It was...

  • RE: Advice for Steve Jones

    All good advice. I like the first one (there is no plan), and the part about being true to yourself. It was only after about 20 years of...

  • RE: VARCHAR lat and long data fails when converting to NUMERIC, yet ISNUMERIC never returns 0

    wolfkillj (8/14/2014)

    Did you try using the code mickyT posted above to find the rows where the vppblong value contains some character other than the digits 0-9, decimal point (.), and...

  • RE: VARCHAR lat and long data fails when converting to NUMERIC, yet ISNUMERIC never returns 0

    I didn't look for non-numeric characters as I have a degree of trust that there aren't any. That may be misplaced, though, so to be complete I will for...

  • RE: VARCHAR lat and long data fails when converting to NUMERIC, yet ISNUMERIC never returns 0

    This to me looks completely silly, but this is what I did to make it 'work'.

    SELECT f.vpid#

    ,f.numlat As Latitude

    ,CONVERT(NUMERIC(12,8),f.[IntPart]) +

    CONVERT(NUMERIC(12,8),f.[Mantissa]) AS Longitude

    FROM

    (

    select vpid#, vppblat

    , convert(numeric(12,8),vppblat) as numlat,

    ,CHARINDEX('.',vppblong)...

  • RE: VARCHAR lat and long data fails when converting to NUMERIC, yet ISNUMERIC never returns 0

    Sorry about the code not exactly matching (table creation vs insert statement)... I edited what I was working on to make it simpler and as much as I tried...

  • RE: Paying It Forward

    Well that's certainly a cautionary tale, and relevant to our field. It is unlikely that anyone presenting at a sql saturday event would be talking about anything even remotely...

Viewing 15 posts - 31 through 45 (of 165 total)