Forum Replies Created

Viewing 15 posts - 2,266 through 2,280 (of 7,484 total)

  • RE: Are the posted questions getting worse?

    Luis Cazares (9/3/2014)


    xsevensinzx (9/3/2014)


    Koen Verbeeck (9/3/2014)


    xsevensinzx (9/3/2014)


    I keep coming to this thread just to read all your fueled responses. It's baiting me to post a seriously dumb question just to...

  • RE: Are the posted questions getting worse?

    Luis Cazares (9/2/2014)


    TomThomson (9/2/2014)


    Sean Lange (9/2/2014)


    Lynn Pettis (9/2/2014)


    AARRRGGGGGGG!!!!!!!!!!! Someone fire the man. He has no business in this business.

    In my experience nearly 95% of the people in...

  • RE: Are the posted questions getting worse?

    Sean Lange (9/2/2014)


    Lynn Pettis (9/2/2014)


    AARRRGGGGGGG!!!!!!!!!!! Someone fire the man. He has no business in this business.

    In my experience nearly 95% of the people in this business actually...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (9/2/2014)


    Am I missing something? Doesn't this error mean that the table or view doesn't exist, not that there is a problem with the WHERE clause?

    OLE DB provider...

  • RE: Does anyone have a good 'validate email' function?

    Nadrek (9/2/2014)


    Judging by RFC822, no accurate 'validate email' code is going to be viable or supportable except by a domain expert :w00t:.

    And if you go by RFC 822 you are...

  • RE: Trigger or Not Trigger

    There are cases where every access has to be audited (legal requirement). It's impossible to do this auditing by using triggers, since we don't have ON SELECT triggers....

  • RE: Problem when pass parameters on Query

    CELKO (9/1/2014)


    there's no 1NF violation since each value of the column is a scalar value.

    NO! The column itself has to be scalar,

    That requirement would mean that a table can...

  • RE: Are the posted questions getting worse?

    Luis Cazares (9/1/2014)


    Eirikur Eiriksson (9/1/2014)


    Lynn Pettis (8/22/2014)


    And Mr. Celko is back with his baseball bat. :Whistling:

    In more than one thread. :Whistling:

    Now he has put the bat aside and instead taken...

  • RE: Can I use WHILE in a CTE?

    michielbijnen (9/1/2014)


    .... What can I say? I have read it 10 times now and it sounds like THE MASTER is severely correcting one of his students.

    Thanks for your reply anyhow!...

  • RE: Left excluding join question

    I am finding the requirement hard to understand because the results don't appear to match the description, and teh code which you said works refers to columns whci aren't shown...

  • RE: Left excluding join question

    luboxing (8/30/2014)


    Thanks Tom. Not exactly -- I need dates along with missing locations on those dates.

    well, a first step towards that is

    SELECT A.LOCATN_K, A.STRT_D, A,XXCHG_OUT_D FROM TBL1 as A...

  • RE: Average counts NUll

    Eirikur Eiriksson (8/30/2014)


    sharonsql2013 (8/30/2014)


    I am trying to do an average with the following case statement

    Select

    AVG(Case when TotalHours < = 60 And TotalHours > 0 then TotalHours else 0...

  • RE: Left excluding join question

    Does this do what you need?

    SELECT A.LOCATN_K FROM TBL1 as A WHERE not exists (

    select 1 from TBL2 as C where

    C.LOCATN_K...

  • RE: Happy Monday

    Fun question.

    Very nice function - easy to read and see what it does and how it does it without the documentation.

  • RE: Are the posted questions getting worse?

    Jeff Moden (8/29/2014)


    Ok... the dust bunnies are in an uproar and the hunt is on for "lost sock" as the only possible source of the leak for the secret recipe...

    https://www.yahoo.com/food/introducing-hopsicles-the-beer-popsicles-c1408568357508.html

    That's...

Viewing 15 posts - 2,266 through 2,280 (of 7,484 total)