Forum Replies Created

Viewing 15 posts - 4,306 through 4,320 (of 26,490 total)

  • RE: Allias Usage Causes A Variance

    jarid.lawson (11/16/2015)


    Select TC.Cas_ID

    From c_prd.TCASE TC

    Inner Join c_prd.TCAS_HISTORY TCH

    On TC.Cas_ID = TCH.Cas_ID

    Where TCH.CaseCloseDate Is Null

    Returns 9,816 records

    Select TC.Cas_ID

    From dbo.TCASE TC

    Inner Join dbo.TCAS_HISTORY TCH

    ...

  • RE: Are the posted questions getting worse?

    robert.sterbal 56890 (11/16/2015)


    Gilamonster,

    I think you have been trying too hard to teach someone without altering your approach if your response is that someone has asked a bad (as in ineffective)...

  • RE: Allias Usage Causes A Variance

    jarid.lawson (11/16/2015)


    Lynn Pettis (11/16/2015)


    What you don't say is if the database name in the synonym is the same database the view and tables are in or if it is a...

  • RE: Are the posted questions getting worse?

    Ed Wagner (11/16/2015)


    Lynn Pettis (11/16/2015)


    And then you this type of question:

    ************(11/16/2015)


    How can i round off decimal number. E.g if i have 7.9---i need to round it off to 8, ...

  • RE: Log Backups in Database Mirroring

    Maintaining your log file on the principle should maintain the log file on the mirror. If it isn't it sounds like something may be messed up.

  • RE: Allias Usage Causes A Variance

    jarid.lawson (11/16/2015)


    I've never seen SQL behave this way before, so I need some help in pointing me where to look next.

    A co-worker created a SQL script to help me learn...

  • RE: Are the posted questions getting worse?

    And then you this type of question:

    ************(11/16/2015)


    How can i round off decimal number. E.g if i have 7.9---i need to round it off to 8, if i have 7.4---i...

  • RE: Round off dates

    sqlinterset (11/16/2015)


    How can i round off decimal number. E.g if i have 7.9---i need to round it off to 8, if i have 7.4---i need to round it off...

  • RE: Are the posted questions getting worse?

    robert.sterbal 56890 (11/16/2015)


    Lynn,

    I was responding mostly to this remark:

    GilaMonster wrote:

    Second? Well past 20th in the two cases that triggered that post.

    And the post she was talking about was the one...

  • RE: Are the posted questions getting worse?

    robert.sterbal 56890 (11/16/2015)


    One of the things that makes people turn away from a forum is when bed behavior isn't addressed.

    I'd agree that a +1 shouldn't be the first thing in...

  • RE: Are the posted questions getting worse?

    robert.sterbal 56890 (11/16/2015)


    So I would recommend after the 2nd or 3rd question that seems lazy for the reply to be:

    -------------------------------------------------------

    You are asking a question that could be looked up easily...

  • RE: Are the posted questions getting worse?

    Would some one else please take this one, I really don't think I should touch this one. Wouldn't be surprised if the OP didn't know the database was using...

  • RE: Are the posted questions getting worse?

    djj (11/16/2015)


    Ah, come on every one know 4/14 means 1/7 😀

    Man I hope my posts are better.

    Shouldn't that be 2/7?

  • RE: Add current date to a bulk insert

    vavfam 50321 (11/16/2015)


    Here is the error I get. I also max out on errors and it fails at that point.

    Bulk load data conversion error (type mismatch or invalid character...

  • RE: Are the posted questions getting worse?

    Ed Wagner (11/16/2015)


    Sean Lange (11/16/2015)


    Lynn Pettis (11/16/2015)


    Sorry, got snippy with an OP.

    50 lashes with a noodle please.

    I didn't think it was that snippy. I wouldn't have given them the code...

Viewing 15 posts - 4,306 through 4,320 (of 26,490 total)