Forum Replies Created

Viewing 15 posts - 1 through 15 (of 47 total)

  • RE: Window Function defaults

    Here are some examples I used to finally get my head around framing:
    if object_id('tempdb..#DinnerParties') is not null
    begin
    drop table #DinnerParties
    end
    GO
    CREATE TABLE...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Window Function defaults

    Steve Jones - SSC Editor - Monday, April 17, 2017 5:32 PM

    BOL is probably shite. Test1, Test2 show different maxes, based on...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Window Function defaults

    I had to stop a second because the partition size is the set of rows for a given team while the Rows/Range clause determines the frame size which is used...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: How do you define employee satisfaction?

    One thing that really effects me is support for ongoing education. I've worked at places where the employees brag about not having read another book since college and it was...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Securing Your Instances

    I always change the port, the instance name and the name of the sa account. I also create a bogus sa account. Although each of these only adds a little...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Trailing

    Interestingly, if you examine Information Schema Columns, the table only has 3 columns.

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: What Helps You Learn?

    There has been a lot of research into learning styles and teaching styles. Joe Hill did work on the impact of mismatched styles. Personally, I'm an auditory analogous learner. Tell...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: How Far Have You Traveled for a SQL Saturday?

    For the past couple of years I have tried to make at least one if not all three of the SQL Saturdays in Jacksonville (180 mi), Orlando (250 mi) and...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: EXEC and EXECUTE

    Depends if you're talking about the EXEC() function or the EXEC abbreviated version of EXECUTE. As I recall the EXEC() function can't see any variables declared in the calling session...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Spousal Surcharges

    I understand controlling costs but let's also remember that the employer can deduct those expenses for insurance from their taxes while you can't deduct the portion you pay.

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: The End of 2015

    Sadly, what I'm not seeing companies embrace is the need for proper data architecture and administration. I laugh when I hear "data scientists" moan about how 80% of their time...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Are We Engineers?

    ZZartin (12/21/2015)


    TomThomson (12/21/2015)


    roger.plowman (12/21/2015)


    GeorgeCopeland (12/21/2015)


    Tom and Barry said something like, If you pick good you get all three--Yes this.

    I disagree with them, you can only get two of the three,...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Are We Engineers?

    TomThomson (12/21/2015)


    roger.plowman (12/21/2015)


    Jeff Moden (12/21/2015)


    roger.plowman (12/21/2015)


    Good, fast, and cheap, pick any two...

    Always include "Good". Fast and cheap usually follow auto-magically.

    I wish. Good and fast (delivered) isn't cheap, good and...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Are We Engineers?

    How do I wrap my new bridge in a TRY ... CATCH? 🙂

    The same way Roman engineers did. Put your entire family underneath and march an army across the...

    There are no facts, only interpretations.
    Friedrich Nietzsche

  • RE: Are We Engineers?

    I've been watching this debate for 40 years now. There are components of the computing industry that are true engineers but that is largely because they evolved out of broader...

    There are no facts, only interpretations.
    Friedrich Nietzsche

Viewing 15 posts - 1 through 15 (of 47 total)