Forum Replies Created

Viewing 15 posts - 4,411 through 4,425 (of 26,490 total)

  • RE: Are the posted questions getting worse?

    Ed Wagner (10/5/2015)


    You know, I think the Silver Spoons are going to need to be reordered - I'd suggest at least a case. SS is in rare form today,...

  • RE: The Work of the Ancients

    I started work at a previous employer where the COBOL/ISAM system ran using DG COBOL and INFOS ISAM files for the data. It was already 12 years old when...

  • RE: 1 Table has been refreshed since the 29th of October.

    Welsh Corgi (10/5/2015)


    Someone removed the article.

    What article?

  • RE: 1 Table has been refreshed since the 29th of October.

    Assuming this is a data warehouse load, start checking the logs for the ETL process. If there is a problem hopefully the process logs the errors.

  • RE: Fantasy Football 2015

    roryp 96873 (10/5/2015)


    Lynn Pettis (10/5/2015)


    Can anyone tell me what PUP means? I The definition must be snake because I can't seem to find it and it is going to...

  • RE: Fantasy Football 2015

    Can anyone tell me what PUP means? I The definition must be snake because I can't seem to find it and it is going to bite me.

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (10/2/2015)


    Lynn Pettis (10/2/2015)


    How do I clear the DMVs without restarting SQL?

    Why?

    😎

    Because I don't necessarily want to restart SQL just to clear some of the DMVs I am using....

  • RE: Are the posted questions getting worse?

    How do I clear the DMVs without restarting SQL?

  • RE: Are the posted questions getting worse?

    WayneS (10/2/2015)


    Lynn Pettis (10/2/2015)


    I love the code that looks like this:

    WHERE ISNULL(SomeColumn,'') > ''

    What I love is when SomeColumn is defined as NOT NULL

    I have seen that. Makes you...

  • RE: Deadlocks

    Brandie Tarvin (10/2/2015)


    Stupid question, which may or may not have anything to do with this...

    You mention it starts when 6 ore more users are logged in. Is the program...

  • RE: Are the posted questions getting worse?

    I love the code that looks like this:

    WHERE ISNULL(SomeColumn,'') > ''

    Uh, this would also work:

    WHERE SomeColumn > ''

    Same issue, though, getting them to make the changes in the application code...

  • RE: First date of the Month (to date on Range basis)

    Jeff Moden (10/1/2015)


    Kristen-173977 (9/28/2015)


    Jeff Moden (9/28/2015)


    +1000

    My new high score :w00t:

    FWIW a +1000 pet-hate of mine is using short mnemonics for the datepart parameters e.g. DATEADD(dd, ... instead of DATEADD(Day, ...

    I...

  • RE: Deadlocks

    Eirikur Eiriksson (10/2/2015)


    Lynn Pettis (10/2/2015)


    There are no foreign key relationships between any of the tables in the database. There is no table above the base report tables (OperationsSIGACTDraftReport...

  • RE: Are the posted questions getting worse?

    That's two against and one for (me). I'm not going to apologize, though. He makes that same comment in many posts where there is code like that in...

  • RE: Deadlocks

    Eirikur Eiriksson (10/2/2015)


    Quick question, are the ReportKey columns in in both tables coming from a third table or are there any other such indirect relationships?

    😎

    +---------------+ ...

Viewing 15 posts - 4,411 through 4,425 (of 26,490 total)