Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 1,988 total)

  • RE: Order by a CASE statment order

    You can put a case statement in the order by, so something like for the order by.

    ORDER BY

    case when [No Of Applications] = '1' then 1

    when [No Of Applications]...

  • RE: Today's Random Word!

    crookj (4/14/2016)


    Ed Wagner (4/14/2016)


    ThomasRushton (4/14/2016)


    Grumpy DBA (4/14/2016)


    djj (4/14/2016)


    Armor

    Under

    Ground

    Overground

    Wombling free

    Secret

    Identity

    Crisis

  • RE: Would You Move For a Job?

    Something else to consider is whether you want to work for a company that hires someone just to meet an arbitrary deadline, if you're worried about competition then by all...

  • RE: Build a POC

    Steve Jones - SSC Editor (4/13/2016)


    POCs aren't the issue. The main issue is management and developers not wanting to throw away code. The temptation to reuse something that's mocked or...

  • RE: Would You Move For a Job?

    It really depends on the company and the recruiter, some companies have recruiters they trust to understand their requirements and not jerk them around when sending them candidates.

  • RE: Today's Random Word!

    whereisSQL? (4/12/2016)


    jeff.mason (4/12/2016)


    Manic Star (4/12/2016)


    Ray K (4/12/2016)


    DonlSimpson (4/12/2016)


    Ed Wagner (4/12/2016)


    whereisSQL? (4/12/2016)


    Ed Wagner (4/12/2016)


    BWFC (4/12/2016)


    ThomasRushton (4/12/2016)


    Revenant (4/12/2016)


    ThomasRushton (4/12/2016)


    Manic Star (4/12/2016)


    whereisSQL? (4/12/2016)


    djj (4/12/2016)


    Grumpy DBA (4/12/2016)


    Ed Wagner (4/12/2016)


    San Francisco

    (left my) Heart

    Soul

    Train

    Tracks

    switch

    blade

    glory

    Blaze

    Fire

    Fighter

    Mortal Combat

    Arcade

    Pac-Man

    Nom Nom...

  • RE: SQL Oddity

    Maybe at some point there was an actual value for the ISNULL and instead of just removing the ISNULL they changed to to NULL?

  • RE: Today's Random Word!

    Ed Wagner (4/11/2016)


    Ray K (4/11/2016)


    Revenant (4/11/2016)


    Grumpy DBA (4/11/2016)


    ThomasRushton (4/11/2016)


    Highlander

    Toyota

    Hybrid

    RAV4

    Accord

    Peace

  • RE: Would You Move For a Job?

    The other thing to keep in mind is that in large metropolitan areas the quality of public services can vary vastly over a very short distance, for example police showing...

  • RE: Code smells versus transgressions

    Jeff Moden (4/10/2016)


    Heh... ok... I take it back. I was asked to troubleshoot some problems in some code I've never seen before and I now even hate XML used...

  • RE: What is the difference between Left Outer join and Left Outer join restricted- Interview question

    That's the kind of interview question that would make me wonder whether the interviewer knows what they're talking about or not. Technically any query with any kind of filtering...

  • RE: Today's Random Word!

    ThomasRushton (4/8/2016)


    DonlSimpson (4/8/2016)


    crookj (4/8/2016)


    Ed Wagner (4/8/2016)


    Revenant (4/8/2016)


    ThomasRushton (4/8/2016)


    Ed Wagner (4/8/2016)


    Manic Star (4/8/2016)


    Luis Cazares (4/8/2016)


    crookj (4/8/2016)


    Ed Wagner (4/8/2016)


    TomThomson (4/8/2016)


    Ed Wagner (4/8/2016)


    Pork Chop

    Karate Pig

    Kung Fu Panda

    Splinter (Kung Fu Rat)

    TMNT

    Dynamite

    Nobel

    Peace

    Peas

    Split

    Anderson's (World famous split...

  • RE: Code smells versus transgressions

    I don't see the problem so much as storing blob data regardless of what it is but when people want to try to parse it in SQL Server in bulk.....

  • RE: Naming Is Hard

    Naming conventions are weird, as long as they're consistent I can live with them though. My favorite was working with an open source esales database developed by a company...

  • RE: Duplpicate rows appearing

    What criteria are you using to generate the desired result set? It looks like it doesn't include employee no on every row.

Viewing 15 posts - 1,381 through 1,395 (of 1,988 total)