Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 2,452 total)

  • RE: Today's Random Word!

    SQLRNNR (7/29/2015)


    eccentricDBA (7/29/2015)


    Eirikur Eiriksson (7/29/2015)


    SQLRNNR (7/28/2015)


    eccentricDBA (7/28/2015)


    Generation X

    Generation Entitled

    Demanding

    Demanding the Impossible

    Something for nothing

    foo fighters

  • RE: need some free form text rows

    http://www.convertcsv.com/generate-test-data.htm

    CREATE TABLE RandomText(

    ID INTEGER NOT NULL PRIMARY KEY

    ,randomText VARCHAR(702) NOT NULL

    );

    INSERT INTO RandomText(ID,randomText) VALUES

    (1,'Puv loluh...

  • RE: Is Skynet Coming?

    Yet Another DBA (7/24/2015)


    Have a read of "Lights in the Tunnel" then think of what any AI will do for an over populated society.

    just started reading this.....thanks ...food for thought.

  • RE: Help with joining two tables

    or this....similar to Steve but altered the filters accordingly

    SELECT ED.EMPLID, ED.CHECK_DT, ED.AL_DEDCD, ED.AL_AMOUNT AS HSA_DEDUCTION, EM.AL_AMOUNT AS EMPLYR_HSA_CONTRIB

    FROM PS_AL_CHK_DED AS ED

    LEFT OUTER JOIN PS_AL_CHK_MEMO AS EM

    ON ED.EMPLID = EM.EMPLID

    AND ED.CHECK_DT...

  • RE: Help with joining two tables

    Jeff Moden (7/26/2015)


    There are a couple of things to note. First, there are NO matches in the data where a company match actually occurred according to the match of...

  • RE: Help with joining two tables

    bgolembiesky 4883 (7/25/2015)


    Here you go. I just took a very small off-cycle payroll on 7/6/2015 for the insert records into the 2 tables. Thank you for your help. The only...

  • RE: Today's Random Word!

    crookj (7/24/2015)


    Ed Wagner (7/24/2015)


    BWFC (7/24/2015)


    Spelling 😀

    Reading

    Writing

    Rithmetic 😀

  • RE: CONCATENATE a filed if the rows have the same Id

    rs-337036 (7/23/2015)


    I figured it out that's why.

    Thanks

    ok...glad to hear it.

    seems I was posting my response whilst you were editing yours. no worries

  • RE: T-sql help to change ship date on the report

    SSRS Newbie (7/23/2015)


    Yes, if the requested date was 2015-08-06 then the return date will be 2015-08-10. Thank you for your prompt response.

    can you clarify your rules please.....do we exclude weekends...

  • RE: CONCATENATE a filed if the rows have the same Id

    SELECT ID,

    CASE WHEN COUNT(*) OVER(PARTITION BY ID) > 1

    THEN ISNULL(Name + ' ' + Identifier, Name)

    ELSE Name END AS Name,

    Identifier

    FROM SampleData;

    Edit...seems you have already changed your mind re NULLS...

  • RE: T-sql help to change ship date on the report

    SSRS Newbie (7/23/2015)


    sgmunson,

    Thank you for your response. The code you suggested works. I need to assign a Scheduled Ship Date to the closest Monday. For example- if the Requested Delivery...

  • RE: Today's Random Word!

    SQLRNNR (7/23/2015)


    J Livingston SQL (7/23/2015)


    Eirikur Eiriksson (7/23/2015)


    DonlSimpson (7/23/2015)


    Ed Wagner (7/23/2015)


    J Livingston SQL (7/23/2015)


    Revenant (7/23/2015)


    Eirikur Eiriksson (7/23/2015)


    SQLRNNR (7/23/2015)


    cowboy

    dichotomy

    Opposition

    antithesis

    Conflict

    Resolution

    Clarity

    coherent

    disorderly

    conduct

  • RE: Today's Random Word!

    Eirikur Eiriksson (7/23/2015)


    DonlSimpson (7/23/2015)


    Ed Wagner (7/23/2015)


    J Livingston SQL (7/23/2015)


    Revenant (7/23/2015)


    Eirikur Eiriksson (7/23/2015)


    SQLRNNR (7/23/2015)


    cowboy

    dichotomy

    Opposition

    antithesis

    Conflict

    Resolution

    Clarity

    coherent

  • RE: Today's Random Word!

    Revenant (7/23/2015)


    Eirikur Eiriksson (7/23/2015)


    SQLRNNR (7/23/2015)


    cowboy

    dichotomy

    Opposition

    antithesis

Viewing 15 posts - 1,156 through 1,170 (of 2,452 total)