Forum Replies Created

Viewing 15 posts - 421 through 435 (of 3,047 total)

  • RE: Data Quality - Addressing non-stated requirements

    Unfortunately my experience has been no-one knows what they don't know. So it comes down to putting something together that matches the requirements, have it tested, discover what was missed,...

  • RE: Too Much Information for Sports

    I just love it when an athlete does something just absolutely impossible, that the data of the day says can't be done, such as Roger Bannister breaking the 4 minute...

  • RE: Yet another way to defrag indexes

    GabyYYZ (7/25/2014)


    ggeier (7/25/2014)


    What advantages does this script have over Ola Hallengren's index maintenance solution?

    Sometimes, I want a script without too many bells and whistles. That was mainly it.

    Great. As...

  • RE: Learning to Search

    Gary Varga (7/27/2016)


    As for emails, I use my Inbox as a traditional (read physical) Inbox. It is a todo list of tasks so everything either gets filed or deleted when...

  • RE: Fibonacci Series in TSQL

    Michael Meierruth (12/18/2014)


    OK, so it's a cute CTE exercise.

    But has anyone ever used the Fibonacci series values for anything in the real world?

    I would be curious to know.

    It can be...

  • RE: The basic Aggregate function

    david.gugg (7/25/2016)


    I think this kind of makes sense if you come at it from the Oracle perspective. In Oracle, to select values you have to go against the SYS.DUAL...

  • RE: How do you know when it is time to leave a job?

    For my current job I'll leave when I retire from work altogether.

  • RE: How do you know when it is time to leave a job?

    Yet Another DBA (7/22/2016)


    Time to leave?

    Hmm, with some companies its the day after I started.

    That's sad you didn't know that before you started.

  • RE: A DBCC Copy

    SQLRNNR (7/20/2016)


    Ed Wagner (7/20/2016)


    Now that's a powerful command I hadn't heard of before. Thanks for the opportunity to learn something new (and also cool) this morning.

    In fairness, the command...

  • RE: Computer Math

    Good to know, thanks. Missing parenthesis trip up a lot of new programmers.

  • RE: Byte Me: Supervirus

    Cute

  • RE: Fuzzy Processing

    Over forty years ago one of my advanced math classes had a problem about how to aim a moving sub's torpedo at a moving ship and hit it. Of course...

  • RE: Kill Connections for a specific database

    a.m 46061 (7/7/2016)


    Killing connections like that reminds me of my Sybase days!

    How about a one liner?

    ALTER DATABASE [dbname] SET SINGLE_USER WITH ROLLBACK IMMEDIATE

    That will drop all user connections apart from...

  • RE: Changing Linked Server Properties

    Thanks for the education about linked servers. We have created some backup servers that we want to link.

  • RE: Get Blocking Details

    Boy have I got a good use for this one, thanks.

Viewing 15 posts - 421 through 435 (of 3,047 total)