Forum Replies Created

Viewing 15 posts - 3,931 through 3,945 (of 8,761 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (1/20/2016)


    Brandie Tarvin (1/20/2016)


    Eirikur Eiriksson (1/20/2016)


    Alvin Ramard (1/20/2016)


    Ed Wagner (1/20/2016)


    Steve Jones - SSC Editor (1/20/2016)


    This is, potentially, the longest thread on the Internet. I'm not sure I've seen anything...

  • RE: Are the posted questions getting worse?

    Phil Parkin (1/20/2016)


    Eirikur Eiriksson (1/20/2016)


    Grant Fritchey (1/20/2016)


    Sitting in a meeting at Redgate talking about plans for SQL Server Central. THE THREAD has come up as a topic. We are currently...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/20/2016)


    Eirikur Eiriksson (1/20/2016)


    Alvin Ramard (1/20/2016)


    Ed Wagner (1/20/2016)


    Steve Jones - SSC Editor (1/20/2016)


    This is, potentially, the longest thread on the Internet. I'm not sure I've seen anything continue this long,...

  • RE: Are the posted questions getting worse?

    Alan.B (1/20/2016)


    Eirikur Eiriksson (1/20/2016)


    Alvin Ramard (1/20/2016)


    Ed Wagner (1/20/2016)


    Steve Jones - SSC Editor (1/20/2016)


    This is, potentially, the longest thread on the Internet. I'm not sure I've seen anything continue this long,...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (1/20/2016)


    Ed Wagner (1/20/2016)


    Steve Jones - SSC Editor (1/20/2016)


    This is, potentially, the longest thread on the Internet. I'm not sure I've seen anything continue this long, for this length....

  • RE: Time and Space: How to Monitor Drive Space in SQL Server

    Ed Wagner (1/19/2016)


    Eirikur Eiriksson (1/19/2016)


    Nice write-up Ed, good job!

    😎

    Just to mention, xp_fixeddrives is very handy for doing a quick check.

    Thanks, Eirikur. Yes, there are many approaches to getting the...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (1/20/2016)


    Sitting in a meeting at Redgate talking about plans for SQL Server Central. THE THREAD has come up as a topic. We are currently a 65mb thread. It...

  • RE: Lock Owner Blocks

    Ed Wagner (1/20/2016)


    I love the internals stuff. I'm currently reading SQL Server 2012 Internals by Kalen Delaney. If anyone's looking for good stuff on the internals, it's one...

  • RE: What is recursion?

    As I see it Recursion in T-SQL is like paying taxes, something we would all like to avoid but some(read most)times that's not possible.

    😎

  • RE: How to Group By Dates

    Phil Parkin (1/20/2016)


    Asterix.

    Asterisk.

    πŸ˜€

    ROFL (and disabling auto correction)

    😎

    BTW counting RenΓ© Goscinny/Albert Uderzo's Asterix will also work.

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (1/20/2016)


    This is, potentially, the longest thread on the Internet. I'm not sure I've seen anything continue this long, for this length. We were, by far,...

  • RE: Find Latest Date from Multiple Columns

    Jacob Wilkins (1/20/2016)


    Having said that, it looks like using ISNULL with an appropriate minimum value instead of the OR IS NULL brings the performance of the CASE back in line...

  • RE: Find Latest Date from Multiple Columns

    Jacob Wilkins (1/20/2016)


    I agree that using ISNULL would make it read a bit better. My main concern with that was general applicability, particularly, what do you replace NULLs with that...

  • RE: Find Latest Date from Multiple Columns

    Jacob Wilkins (1/20/2016)


    Eirikur Eiriksson (1/19/2016)


    Jacob Wilkins (1/19/2016)


    Throwing in the CASE using Eirikur's wonderful setup yielded this on one million rows on my machine (tangentially, I'm embarrassed that Eirikur's laptop is...

  • RE: Find Latest Date from Multiple Columns

    below86 (1/20/2016)


    Eirikur Eiriksson (1/20/2016)


    below86 (1/20/2016)


    Just a simple way I would try and get this:

    CREATE TABLE #datetest

    (

    id varchar(8),

    L1 date,

    L2 date,

    L3 date

    );

    INSERT INTO #datetest (id, L1, L2, L3)...

Viewing 15 posts - 3,931 through 3,945 (of 8,761 total)