Forum Replies Created

Viewing 15 posts - 241 through 255 (of 459 total)

  • RE: Mathematical Theory (controversy!)

    paul.phillips (9/16/2011)


    Getting back onto the theme of the original post.

    If 0.999 recurring = 1, then does 0.00...1 = 0?

    The issue I have with 0.999 recurring = 1 is...

  • RE: Jeff Moden elected Exceptional DBA of 2011

    Jeff, let me add my hearty congratulations and "well deserved" to the clamorous accolades here.

    You bring a rare combination of deep knowledge, real-world pragmatism, clear writing, and pointed humor to...

  • RE: How to ensure a job only runs for a set duration?

    Ninja's_RGR'us (9/12/2011)


    My method will go way more precise than this.

    That code keeps history of previous work. So after a few runs, you can check the history to see avg...

  • RE: How to ensure a job only runs for a set duration?

    Ninja's_RGR'us (9/12/2011)


    rmechaber (9/12/2011)


    Ninja's_RGR'us (9/12/2011)


    rmechaber (9/12/2011)


    Gianluca Sartori (9/9/2011)


    You can start the job with sp_start_job and wait for its completion in a loop.

    If the job exceeds the timeout you set, stop...

  • RE: How to ensure a job only runs for a set duration?

    Ninja's_RGR'us (9/12/2011)


    rmechaber (9/12/2011)


    Gianluca Sartori (9/9/2011)


    You can start the job with sp_start_job and wait for its completion in a loop.

    If the job exceeds the timeout you set, stop it with...

  • RE: How to ensure a job only runs for a set duration?

    Gianluca Sartori (9/9/2011)


    You can start the job with sp_start_job and wait for its completion in a loop.

    If the job exceeds the timeout you set, stop it with sp_stop_job.

    But don't...

  • RE: Mathematical Theory (controversy!)

    GSquared (9/9/2011)


    I've spent a more-than-fair amount of time and attention on "Scientific Creationism", and it's not even vaguely convincing. The arguments are emotional, not rational.

    I give full respect and...

  • RE: Mathematical Theory (controversy!)

    GSquared (9/8/2011)


    All the arguments against evolution are just rationalized/justified thought to support confirmation bias, really, and no amount of clarification/codification/explanation can defeat hard-set confirmation bias.

    Translation for the simple-minded...

  • RE: Mathematical Theory (controversy!)

    ChrisM@Work (9/8/2011)


    The best explanation I've remembered over the years is this: if two members can breed and produce offspring which can themselves breed between themselves and their parent members, then...

  • RE: Mathematical Theory (controversy!)

    GSquared (9/8/2011)


    And from my religious perspective, I'd assert your "body" is the whole physical universe, from a certain perspective.

    Now that's just downright creepy: what are you doing in...

  • RE: Mathematical Theory (controversy!)

    ChrisM@Work (9/7/2011)


    [<snip>

    Aha - they did. Your friend's statement was absolutely false! 😉

    Chris, thanks for posting that: this is a fascinating article and real food for thought. I'm not sure...

  • RE: Mathematical Theory (controversy!)

    GSquared (6/2/2011)


    Per http://www.thefreedictionary.com/null, yes, since null is a synonym for zero.

    However, most DBAs would assume that null = no assigned value, not null = 0 (linguistic equality as well as...

  • RE: ACID Properties

    Hmm, never really thought about ACID properties vis-a-vis tempdb: a transaction is a transaction, right? 😉

    Fortunately, the "durable" choice screamed at me "Yo! You think I'll still have your...

  • RE: 10 Bad Things About Reporting Services 2008 R2

    Major Bad Thing: Give Me Back My Grid!!

    In every other report designer I've ever worked with, including RS 2005, you had an option to use a snap-to-grid. Now 2008...

  • RE: Resource Governor

    Likewise DOH: forgot about Evaluation.

    But the "correct" answer for me is None of the Above: I'm running 2005 Enterprise, and the question didn't state 2008....

    Rich

Viewing 15 posts - 241 through 255 (of 459 total)